Migrate to AndroidX

This commit is contained in:
Alex Ning
2019-02-21 17:24:23 +08:00
parent 2b0228ab47
commit 82d97cf732
63 changed files with 253 additions and 256 deletions

View File

@@ -31,6 +31,6 @@ task clean(type: Delete) {
}
ext {
roomVersion = '1.1.1'
archLifecycleVersion = '1.1.1'
roomVersion = '2.1.0-alpha04'
archLifecycleVersion = '2.1.0-alpha02'
}