|
|
@@ -25,10 +25,9 @@ android {
|
|
|
"room.expandProjection":"true"]
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- dataBinding {
|
|
|
- enabled true
|
|
|
+ buildFeatures{
|
|
|
+ dataBinding true
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
aaptOptions {
|
|
|
@@ -119,11 +118,11 @@ dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
|
|
|
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
|
|
|
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
|
|
|
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7'
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
|
- implementation 'androidx.core:core-ktx:1.2.0'
|
|
|
+ implementation 'androidx.core:core-ktx:1.3.0'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.0.0'
|
|
|
implementation 'androidx.paging:paging-runtime:2.1.2'
|
|
|
@@ -132,8 +131,8 @@ dependencies {
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
|
|
|
implementation 'androidx.lifecycle:lifecycle-reactivestreams:2.2.0'
|
|
|
- implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0-alpha05'
|
|
|
- implementation 'androidx.navigation:navigation-ui-ktx:2.3.0-alpha05'
|
|
|
+ implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0-beta01'
|
|
|
+ implementation 'androidx.navigation:navigation-ui-ktx:2.3.0-beta01'
|
|
|
implementation 'androidx.room:room-runtime:2.2.5'
|
|
|
implementation 'androidx.room:room-ktx:2.2.5'
|
|
|
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
|
|
@@ -141,13 +140,10 @@ dependencies {
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
- implementation 'androidx.viewpager2:viewpager2:1.0.0'
|
|
|
|
|
|
implementation 'com.google.code.gson:gson:2.8.6'
|
|
|
|
|
|
- implementation 'com.tencent.bugly:nativecrashreport:3.7.1'
|
|
|
- implementation 'com.tencent.tinker:tinker-android-lib:1.9.14.5'
|
|
|
- implementation 'com.tencent.bugly:crashreport_upgrade:1.4.5'
|
|
|
+ implementation 'com.tencent.bugly:crashreport:3.1.9'
|
|
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
|
|
implementation 'com.github.SheHuan:NiceImageView:1.0.5'
|