flutter app untuk unitstock
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- group 'com.lyokone.location'
- version '1.0-SNAPSHOT'
-
- buildscript {
- repositories {
- google()
- jcenter()
- }
-
- dependencies {
- classpath 'com.android.tools.build:gradle:3.5.0'
- }
- }
-
- rootProject.allprojects {
- repositories {
- google()
- jcenter()
-
- }
- }
-
-
-
-
- apply plugin: 'com.android.library'
-
- android {
- compileSdkVersion 28
-
- defaultConfig {
- minSdkVersion 16
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
- lintOptions {
- disable 'InvalidPackage'
- }
- }
-
- dependencies {
- api 'com.google.android.gms:play-services-location:16.+'
- }
|