We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e992a7 commit cacc369Copy full SHA for cacc369
app/build.gradle.kts
@@ -45,7 +45,7 @@ android {
45
46
dependencies {
47
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1")
48
- implementation("androidx.core:core-ktx:1.15.0")
+ implementation("androidx.core:core-ktx:1.16.0")
49
implementation("androidx.appcompat:appcompat:1.7.0")
50
implementation("androidx.activity:activity-ktx:1.10.1")
51
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")
hfrecyclerview/build.gradle.kts
@@ -31,7 +31,7 @@ android {
31
}
32
33
34
- compileOnly("androidx.core:core-ktx:1.15.0")
+ compileOnly("androidx.core:core-ktx:1.16.0")
35
compileOnly("androidx.recyclerview:recyclerview:1.4.0")
36
37
0 commit comments