We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4279e96 commit a98e652Copy full SHA for a98e652
1 file changed
test-app/app/build.gradle
@@ -310,12 +310,12 @@ dependencies {
310
androidXLegacyVersion = androidXLegacy
311
}
312
313
- def androidXAppCompatVersion = "1.1.0-alpha01"
+ def androidXAppCompatVersion = "1.0.2"
314
if (project.hasProperty("androidXAppCompat")) {
315
androidXAppCompatVersion = androidXAppCompat
316
317
318
- def androidXMaterialVersion = "1.1.0-alpha01"
+ def androidXMaterialVersion = "1.0.0"
319
if (project.hasProperty("androidXMaterial")) {
320
androidXMaterialVersion = androidXMaterial
321
0 commit comments