Initial draft for porting to AndroidX

This commit is contained in:
Mygod
2018-07-15 14:28:42 +08:00
parent 35bc2b4a75
commit d0e92b2505
37 changed files with 97 additions and 104 deletions

View File

@@ -6,8 +6,7 @@ buildscript {
ext {
androidPluginVersion = '3.2.0-beta03'
kotlinVersion = '1.2.51'
supportLibraryVersion = '28.0.0-alpha3'
takisoftFixVersion = '27.1.1.2'
androidxVersion = '1.0.0-beta01'
}
repositories {
google()