File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.3.0-alpha11 '
8+ classpath ' com.android.tools.build:gradle:3.3.0-alpha12 '
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:3.3.0-alpha11 '
7+ classpath ' com.android.tools.build:gradle:3.3.0-alpha12 '
88 }
99}
1010
@@ -17,11 +17,11 @@ allprojects {
1717apply plugin : ' com.android.application'
1818
1919dependencies {
20- implementation ' androidx.legacy:legacy-support-v4:1.0.0-rc02 '
21- implementation ' androidx.appcompat:appcompat:1.0.0-rc02 '
22- implementation ' androidx.preference:preference:1.0.0-rc02 '
20+ implementation ' androidx.legacy:legacy-support-v4:1.0.0'
21+ implementation ' androidx.appcompat:appcompat:1.0.0'
22+ implementation ' androidx.preference:preference:1.0.0'
2323 implementation ' androidx.multidex:multidex:2.0.0'
24- implementation ' com.google.android.material:material:1.0.0-rc02 '
24+ implementation ' com.google.android.material:material:1.0.0'
2525 implementation ' org.apache.commons:commons-compress:1.18'
2626 implementation ' commons-net:commons-net:3.6'
2727 implementation ' com.github.zafarkhaja:java-semver:0.9.0'
@@ -36,7 +36,7 @@ dependencies {
3636
3737android {
3838 compileSdkVersion 28
39- buildToolsVersion ' 28.0.2 '
39+ buildToolsVersion ' 28.0.3 '
4040
4141 compileOptions {
4242 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11android.enableJetifier =true
2- android.useAndroidX =true
2+ android.useAndroidX =true
3+ android.enableR8 = true
You can’t perform that action at this time.
0 commit comments