Commit 63024ce 1 parent bd925b6 commit 63024ce Copy full SHA for 63024ce
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 @@ -25,7 +25,7 @@ android {
25
25
dependencies {
26
26
implementation ' androidx.appcompat:appcompat:1.6.1'
27
27
implementation project(' :library' )
28
- implementation " androidx.core:core-ktx:1.10.1 "
28
+ implementation " androidx.core:core-ktx:1.12.0 "
29
29
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
30
30
31
31
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.1'
9
- implementation " androidx.core:core-ktx:1.10.1 "
9
+ implementation " androidx.core:core-ktx:1.12.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