Skip to content

Commit cacc369

Browse files
committed
升级依赖
1 parent 7e992a7 commit cacc369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545

4646
dependencies {
4747
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1")
48-
implementation("androidx.core:core-ktx:1.15.0")
48+
implementation("androidx.core:core-ktx:1.16.0")
4949
implementation("androidx.appcompat:appcompat:1.7.0")
5050
implementation("androidx.activity:activity-ktx:1.10.1")
5151
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")

hfrecyclerview/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232

3333
dependencies {
34-
compileOnly("androidx.core:core-ktx:1.15.0")
34+
compileOnly("androidx.core:core-ktx:1.16.0")
3535
compileOnly("androidx.recyclerview:recyclerview:1.4.0")
3636
}
3737

0 commit comments

Comments
 (0)