File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def keystoreProperties = new Properties()
30
30
keystoreProperties. load(new FileInputStream (keystorePropertiesFile))
31
31
32
32
android {
33
- compileSdkVersion 27
33
+ compileSdkVersion 28
34
34
35
35
lintOptions {
36
36
disable ' InvalidPackage'
@@ -40,10 +40,11 @@ android {
40
40
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41
41
applicationId " com.ngu.wanandroidngu"
42
42
minSdkVersion 16
43
- targetSdkVersion 27
43
+ targetSdkVersion 28
44
44
versionCode flutterVersionCode. toInteger()
45
45
versionName flutterVersionName
46
- testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
46
+ testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
47
+ multiDexEnabled true
47
48
}
48
49
49
50
signingConfigs {
@@ -68,6 +69,6 @@ flutter {
68
69
69
70
dependencies {
70
71
testImplementation ' junit:junit:4.12'
71
- androidTestImplementation ' com.android.support. test:runner:1.0.2 '
72
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
72
+ androidTestImplementation ' androidx. test:runner:1.1.0 '
73
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
73
74
}
Original file line number Diff line number Diff line change
1
+ android.enableJetifier =true
2
+ android.useAndroidX =true
1
3
org.gradle.jvmargs =-Xmx1536M
You can’t perform that action at this time.
0 commit comments