|
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
|
25
|
25
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
26
|
26
|
|
27
|
27
|
android {
|
28
|
|
- compileSdkVersion 27
|
|
28
|
+ compileSdkVersion 28
|
29
|
29
|
|
30
|
30
|
lintOptions {
|
31
|
31
|
disable 'InvalidPackage'
|
|
@@ -35,7 +35,7 @@ android {
|
35
|
35
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
36
|
36
|
applicationId "com.example.example"
|
37
|
37
|
minSdkVersion 16
|
38
|
|
- targetSdkVersion 27
|
|
38
|
+ targetSdkVersion 28
|
39
|
39
|
versionCode flutterVersionCode.toInteger()
|
40
|
40
|
versionName flutterVersionName
|
41
|
41
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
@@ -56,6 +56,6 @@ flutter {
|
56
|
56
|
|
57
|
57
|
dependencies {
|
58
|
58
|
testImplementation 'junit:junit:4.12'
|
59
|
|
- androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
60
|
|
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
59
|
+// androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
60
|
+// androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
61
|
61
|
}
|