File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.3.0-alpha06 '
9+ classpath ' com.android.tools.build:gradle:3.3.0-alpha07 '
1010 }
1111}
1212
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.3.0-alpha06 '
8+ classpath ' com.android.tools.build:gradle:3.3.0-alpha07 '
99 }
1010}
1111
@@ -22,6 +22,7 @@ dependencies {
2222 implementation ' androidx.legacy:legacy-support-v4:1.0.0-rc01'
2323 implementation ' androidx.appcompat:appcompat:1.0.0-rc01'
2424 implementation ' androidx.preference:preference:1.0.0-rc01'
25+ implementation ' androidx.multidex:multidex:2.0.0'
2526 implementation ' com.google.android.material:material:1.0.0-rc01'
2627 implementation ' org.apache.commons:commons-compress:1.18'
2728 implementation ' commons-net:commons-net:3.6'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10-rc-2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10-rc-3 -all.zip
You can’t perform that action at this time.
0 commit comments