Commit 6f54735 1 parent cd46199 commit 6f54735 Copy full SHA for 6f54735
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 @@ -27,7 +27,7 @@ android {
27
27
28
28
dependencies {
29
29
implementation " androidx.recyclerview:recyclerview:1.3.2"
30
- implementation " androidx.core:core-ktx:1.13.1 "
30
+ implementation " androidx.core:core-ktx:1.15.0 "
31
31
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments