--- a/manage_feeds/build.gradle.kts Sat Nov 06 16:58:19 2021 -0400
+++ b/manage_feeds/build.gradle.kts Sat Nov 06 19:49:46 2021 -0400
@@ -90,15 +90,15 @@
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
- implementation("androidx.activity:activity-ktx:1.2.3")
+ implementation("androidx.activity:activity-ktx:1.4.0")
// androidx UI
- implementation("androidx.constraintlayout:constraintlayout:2.0.4")
- implementation("androidx.recyclerview:recyclerview:1.2.0")
+ implementation("androidx.constraintlayout:constraintlayout:2.1.1")
+ implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.coordinatorlayout:coordinatorlayout:1.1.0")
- implementation("com.google.android.material:material:1.3.0")
+ implementation("com.google.android.material:material:1.4.0")
- implementation("androidx.core:core-ktx:1.5.0")
+ implementation("androidx.core:core-ktx:1.7.0")
val lifecycleVersion = "2.3.1"
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion")
@@ -109,13 +109,13 @@
implementation(project(":htmlparsers"))
implementation(project(":webapi"))
- implementation("io.coil-kt:coil:1.2.0")
+ implementation("io.coil-kt:coil:1.4.0")
- androidTestImplementation("androidx.work:work-testing:2.6.0-alpha02")
+ androidTestImplementation("androidx.work:work-testing:2.7.0")
dualTestImplementation("androidx.arch.core:core-testing:2.1.0")
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.6.0")
- debugImplementation("androidx.fragment:fragment-testing:1.3.4")
+ debugImplementation("androidx.fragment:fragment-testing:1.3.6")
// the test apk need these dependencies because they provide some of its resources
// likely due to manifest merging with :app manifest
@@ -125,6 +125,6 @@
androidTestImplementation("com.google.android.play:core-ktx:1.8.1")
// used in test through geekdroid
- androidTestImplementation("androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1")
+ androidTestImplementation("androidx.lifecycle:lifecycle-viewmodel-savedstate:2.4.0")
}