|
|
|
@ -57,7 +57,7 @@ dependencies {
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.3.0-alpha01'
|
|
|
|
implementation 'androidx.core:core-ktx:1.3.0-alpha01'
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.2.0"
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.2.1"
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0-alpha02'
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0-alpha02'
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
|
|
|
|
@ -77,11 +77,12 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
|
|
|
|
implementation 'com.squareup.okio:okio:2.4.3'
|
|
|
|
implementation 'com.squareup.okio:okio:2.4.3'
|
|
|
|
implementation 'org.jsoup:jsoup:1.12.1'
|
|
|
|
implementation 'org.jsoup:jsoup:1.12.2'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'org.koin:koin-android:2.0.1'
|
|
|
|
implementation 'org.koin:koin-android:2.0.1'
|
|
|
|
implementation 'io.coil-kt:coil:0.9.4'
|
|
|
|
implementation 'io.coil-kt:coil:0.9.5'
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
|
|
|
|
|
|
|
implementation 'com.tomclaw.cache:cache:1.0'
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.13'
|
|
|
|
testImplementation 'junit:junit:4.13'
|
|
|
|
testImplementation 'androidx.test:core:1.2.0'
|
|
|
|
testImplementation 'androidx.test:core:1.2.0'
|
|
|
|
|