Stable AndroidX

This commit is contained in:
topjohnwu 2018-09-21 21:45:44 -04:00
parent 0a4ee3ffc7
commit 36dd9106a8

View File

@ -26,7 +26,7 @@ allprojects {
ext { ext {
compileSdkVersion = 28 compileSdkVersion = 28
buildToolsVersion = "28.0.2" buildToolsVersion = "28.0.2"
androidXVersion = "1.0.0-rc02" androidXVersion = "1.0.0"
} }
task clean(type: Delete) { task clean(type: Delete) {