Commit 8e2b11d 1 parent 7181b42 commit 8e2b11d Copy full SHA for 8e2b11d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
dependencies {
32
32
implementation ' androidx.appcompat:appcompat:1.7.0'
33
33
implementation project(' :library' )
34
- implementation " androidx.core:core-ktx:1.13.1 "
34
+ implementation " androidx.core:core-ktx:1.15.0 "
35
35
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
36
36
37
37
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
7
7
dependencies {
8
8
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 "
10
10
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments