|
|
|
|
@ -93,8 +93,8 @@ ext.lifecycleVersion = "2.4.1"
|
|
|
|
|
ext.roomVersion = '2.4.2' |
|
|
|
|
ext.retrofitVersion = '2.9.0' |
|
|
|
|
ext.okhttpVersion = '4.9.3' |
|
|
|
|
ext.glideVersion = '4.12.0' |
|
|
|
|
ext.daggerVersion = '2.40.5' |
|
|
|
|
ext.glideVersion = '4.13.1' |
|
|
|
|
ext.daggerVersion = '2.41' |
|
|
|
|
ext.materialdrawerVersion = '8.4.5' |
|
|
|
|
|
|
|
|
|
// if libraries are changed here, they should also be changed in LicenseActivity |
|
|
|
|
@ -121,7 +121,7 @@ dependencies {
|
|
|
|
|
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion" |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-reactivestreams-ktx:$lifecycleVersion" |
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.1.3" |
|
|
|
|
implementation "androidx.paging:paging-runtime-ktx:3.1.0" |
|
|
|
|
implementation "androidx.paging:paging-runtime-ktx:3.1.1" |
|
|
|
|
implementation "androidx.viewpager2:viewpager2:1.0.0" |
|
|
|
|
implementation "androidx.work:work-runtime:2.7.1" |
|
|
|
|
implementation "androidx.room:room-ktx:$roomVersion" |
|
|
|
|
@ -132,7 +132,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
implementation "com.google.android.material:material:1.5.0" |
|
|
|
|
|
|
|
|
|
implementation "com.google.code.gson:gson:2.8.9" |
|
|
|
|
implementation "com.google.code.gson:gson:2.9.0" |
|
|
|
|
|
|
|
|
|
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" |
|
|
|
|
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion" |
|
|
|
|
@ -147,14 +147,14 @@ dependencies {
|
|
|
|
|
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion" |
|
|
|
|
kapt "com.github.bumptech.glide:compiler:$glideVersion" |
|
|
|
|
|
|
|
|
|
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.17.0" |
|
|
|
|
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.17.2" |
|
|
|
|
|
|
|
|
|
implementation "io.reactivex.rxjava3:rxjava:3.0.12" |
|
|
|
|
implementation "io.reactivex.rxjava3:rxjava:3.1.3" |
|
|
|
|
implementation "io.reactivex.rxjava3:rxandroid:3.0.0" |
|
|
|
|
implementation "io.reactivex.rxjava3:rxkotlin:3.0.1" |
|
|
|
|
|
|
|
|
|
implementation "com.uber.autodispose2:autodispose-androidx-lifecycle:2.0.0" |
|
|
|
|
implementation "com.uber.autodispose2:autodispose:2.0.0" |
|
|
|
|
implementation "com.uber.autodispose2:autodispose-androidx-lifecycle:2.1.1" |
|
|
|
|
implementation "com.uber.autodispose2:autodispose:2.1.1" |
|
|
|
|
|
|
|
|
|
implementation "com.google.dagger:dagger:$daggerVersion" |
|
|
|
|
kapt "com.google.dagger:dagger-compiler:$daggerVersion" |
|
|
|
|
|