升级room
This commit is contained in:
@@ -76,11 +76,11 @@ ext {
|
||||
leakcanarynoop : 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4',
|
||||
|
||||
// add for room
|
||||
room : "android.arch.persistence.room:runtime:1.1.1",
|
||||
roomAnnotationProcessor : 'android.arch.persistence.room:compiler:1.1.1',
|
||||
room : 'androidx.room:room-runtime:2.0.0',
|
||||
roomAnnotationProcessor : 'androidx.room:room-compiler:2.0.0',
|
||||
|
||||
// rxjava2 with room
|
||||
roomRxjava : "android.arch.persistence.room:rxjava2:1.1.1",
|
||||
roomRxjava : 'androidx.room:room-rxjava2:2.0.0',
|
||||
|
||||
// material
|
||||
material : 'com.google.android.material:material:1.4.0',
|
||||
|
||||
Reference in New Issue
Block a user