Stable AndroidX

This commit is contained in:
topjohnwu 2018-09-21 21:45:44 -04:00
parent 0a4ee3ffc7
commit 36dd9106a8
1 changed files with 1 additions and 1 deletions

View File

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