Skip to content

Commit 6f54735

Browse files
Bump androidx.core:core-ktx from 1.13.1 to 1.15.0
Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd46199 commit 6f54735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
dependencies {
3232
implementation "androidx.appcompat:appcompat:1.7.0"
3333
implementation project(":library")
34-
implementation "androidx.core:core-ktx:1.13.1"
34+
implementation "androidx.core:core-ktx:1.15.0"
3535
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3636

3737
testImplementation "junit:junit:4.13.2"

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
dependencies {
2929
implementation "androidx.recyclerview:recyclerview:1.3.2"
30-
implementation "androidx.core:core-ktx:1.13.1"
30+
implementation "androidx.core:core-ktx:1.15.0"
3131
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3232
}
3333

0 commit comments

Comments
 (0)