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 {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.3.0-alpha06 '
9
+ classpath ' com.android.tools.build:gradle:3.3.0-alpha07 '
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.3.0-alpha06 '
8
+ classpath ' com.android.tools.build:gradle:3.3.0-alpha07 '
9
9
}
10
10
}
11
11
@@ -22,6 +22,7 @@ dependencies {
22
22
implementation ' androidx.legacy:legacy-support-v4:1.0.0-rc01'
23
23
implementation ' androidx.appcompat:appcompat:1.0.0-rc01'
24
24
implementation ' androidx.preference:preference:1.0.0-rc01'
25
+ implementation ' androidx.multidex:multidex:2.0.0'
25
26
implementation ' com.google.android.material:material:1.0.0-rc01'
26
27
implementation ' org.apache.commons:commons-compress:1.18'
27
28
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
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-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