Skip to content

Commit 8e2b11d

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 7181b42 commit 8e2b11d

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
@@ -6,7 +6,7 @@ plugins {
66

77
dependencies {
88
implementation 'androidx.recyclerview:recyclerview:1.3.2'
9-
implementation "androidx.core:core-ktx:1.13.1"
9+
implementation "androidx.core:core-ktx:1.15.0"
1010
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
1111
}
1212

0 commit comments

Comments
 (0)