Skip to content

Commit 000fc2b

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.16.0 (#1146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9af3165 commit 000fc2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/build.gradle.kts

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

3636
dependencies {
3737

38-
api("androidx.core:core-ktx:1.15.0")
38+
api("androidx.core:core-ktx:1.16.0")
3939
api("androidx.appcompat:appcompat:1.7.0")
4040

4141
// apache common codec

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kotlin {
2929
val androidMain by getting {
3030
dependencies {
3131
api("androidx.appcompat:appcompat:1.7.0")
32-
api("androidx.core:core-ktx:1.15.0")
32+
api("androidx.core:core-ktx:1.16.0")
3333
}
3434
}
3535
val androidUnitTest by getting {

0 commit comments

Comments
 (0)