|
|
|
|
@ -93,8 +93,8 @@ android {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ext.coroutinesVersion = "1.6.1" |
|
|
|
|
ext.lifecycleVersion = "2.4.1" |
|
|
|
|
ext.roomVersion = '2.4.2' |
|
|
|
|
ext.lifecycleVersion = "2.5.1" |
|
|
|
|
ext.roomVersion = '2.4.3' |
|
|
|
|
ext.retrofitVersion = '2.9.0' |
|
|
|
|
ext.okhttpVersion = '4.9.3' |
|
|
|
|
ext.glideVersion = '4.13.1' |
|
|
|
|
@ -108,9 +108,9 @@ dependencies {
|
|
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion" |
|
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-rx3:$coroutinesVersion" |
|
|
|
|
|
|
|
|
|
implementation "androidx.core:core-ktx:1.7.0" |
|
|
|
|
implementation "androidx.appcompat:appcompat:1.4.1" |
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.4.1" |
|
|
|
|
implementation "androidx.core:core-ktx:1.8.0" |
|
|
|
|
implementation "androidx.appcompat:appcompat:1.4.2" |
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.5.1" |
|
|
|
|
implementation "androidx.browser:browser:1.4.0" |
|
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" |
|
|
|
|
implementation "androidx.recyclerview:recyclerview:1.2.1" |
|
|
|
|
@ -125,16 +125,16 @@ dependencies {
|
|
|
|
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion" |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion" |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-reactivestreams-ktx:$lifecycleVersion" |
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.1.3" |
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.1.4" |
|
|
|
|
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" |
|
|
|
|
implementation "androidx.room:room-paging:$roomVersion" |
|
|
|
|
kapt "androidx.room:room-compiler:$roomVersion" |
|
|
|
|
implementation 'androidx.core:core-splashscreen:1.0.0-beta02' |
|
|
|
|
implementation 'androidx.core:core-splashscreen:1.0.0' |
|
|
|
|
|
|
|
|
|
implementation "com.google.android.material:material:1.6.0" |
|
|
|
|
implementation "com.google.android.material:material:1.6.1" |
|
|
|
|
|
|
|
|
|
implementation "com.google.code.gson:gson:2.9.0" |
|
|
|
|
|
|
|
|
|
|