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-alpha07 '
8+ classpath ' com.android.tools.build:gradle:3.3.0-alpha08 '
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-alpha07 '
7+ classpath ' com.android.tools.build:gradle:3.3.0-alpha08 '
88 }
99}
1010
@@ -17,9 +17,9 @@ allprojects {
1717apply plugin : ' com.android.application'
1818
1919dependencies {
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 '
2323 implementation ' androidx.multidex:multidex:2.0.0'
2424 implementation ' com.google.android.material:material:1.0.0-rc01'
2525 implementation ' org.apache.commons:commons-compress:1.18'
You can’t perform that action at this time.
0 commit comments