Skip to content

Commit 63024ce

Browse files
Bump androidx.core:core-ktx from 1.10.1 to 1.12.0
Bumps androidx.core:core-ktx from 1.10.1 to 1.12.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 bd925b6 commit 63024ce

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
@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
implementation 'androidx.appcompat:appcompat:1.6.1'
2727
implementation project(':library')
28-
implementation "androidx.core:core-ktx:1.10.1"
28+
implementation "androidx.core:core-ktx:1.12.0"
2929
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3030

3131
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.1'
9-
implementation "androidx.core:core-ktx:1.10.1"
9+
implementation "androidx.core:core-ktx:1.12.0"
1010
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
1111
}
1212

0 commit comments

Comments
 (0)