Skip to content

Commit 96335fb

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 9e89fdf commit 96335fb

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.6.1'
3333
implementation project(':library')
34-
implementation "androidx.core:core-ktx:1.10.1"
34+
implementation "androidx.core:core-ktx:1.12.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.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)