Skip to content

Commit a98e652

Browse files
vtrifonovvmutafov
authored andcommitted
use official androidx versions (#1391)
1 parent 4279e96 commit a98e652

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-app/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,12 @@ dependencies {
310310
androidXLegacyVersion = androidXLegacy
311311
}
312312

313-
def androidXAppCompatVersion = "1.1.0-alpha01"
313+
def androidXAppCompatVersion = "1.0.2"
314314
if (project.hasProperty("androidXAppCompat")) {
315315
androidXAppCompatVersion = androidXAppCompat
316316
}
317317

318-
def androidXMaterialVersion = "1.1.0-alpha01"
318+
def androidXMaterialVersion = "1.0.0"
319319
if (project.hasProperty("androidXMaterial")) {
320320
androidXMaterialVersion = androidXMaterial
321321
}

0 commit comments

Comments
 (0)