File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.3.0-alpha07 '
8
+ classpath ' com.android.tools.build:gradle:3.3.0-alpha08 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:3.3.0-alpha07 '
7
+ classpath ' com.android.tools.build:gradle:3.3.0-alpha08 '
8
8
}
9
9
}
10
10
@@ -17,9 +17,9 @@ allprojects {
17
17
apply plugin : ' com.android.application'
18
18
19
19
dependencies {
20
- implementation ' androidx.legacy:legacy-support-v4:1.0.0-rc01 '
21
- implementation ' androidx.appcompat:appcompat:1.0.0-rc01 '
22
- implementation ' androidx.preference:preference:1.0.0-rc01 '
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 '
23
23
implementation ' androidx.multidex:multidex:2.0.0'
24
24
implementation ' com.google.android.material:material:1.0.0-rc01'
25
25
implementation ' org.apache.commons:commons-compress:1.18'
You can’t perform that action at this time.
0 commit comments