Skip to content

Commit 32bede4

Browse files
authored
Merge pull request #202 from hannesa2/dependabot/gradle/androidx.core-core-ktx-1.13.1
Bump androidx.core:core-ktx from 1.12.0 to 1.13.1
2 parents 2be24c5 + 31609bc commit 32bede4

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.12.0"
34+
implementation "androidx.core:core-ktx:1.13.1"
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.12.0"
9+
implementation "androidx.core:core-ktx:1.13.1"
1010
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
1111
}
1212

0 commit comments

Comments
 (0)