File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
31
31
}
32
32
33
33
android {
34
- compileSdkVersion 27
34
+ compileSdkVersion 28
35
35
36
36
lintOptions {
37
37
disable ' InvalidPackage'
@@ -40,10 +40,10 @@ android {
40
40
defaultConfig {
41
41
applicationId " tech.soit.tetris"
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
47
}
48
48
49
49
signingConfigs {
@@ -71,6 +71,6 @@ flutter {
71
71
72
72
dependencies {
73
73
testImplementation ' junit:junit:4.12'
74
- androidTestImplementation ' com.android.support. test:runner:1.0.2 '
75
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
74
+ androidTestImplementation ' androidx. test:runner:1.1.1 '
75
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.1 '
76
76
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.2.1 '
8
+ classpath ' com.android.tools.build:gradle:3.4.0 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
+ android.enableJetifier =true
3
+ android.useAndroidX =true
Original file line number Diff line number Diff line change 1
- # Fri Jun 23 08:50:38 CEST 2017
1
+ # Wed May 15 22:14:27 CST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1 -all.zip
You can’t perform that action at this time.
0 commit comments