Commit 96335fb 1 parent 9e89fdf commit 96335fb Copy full SHA for 96335fb
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.6.1'
33
33
implementation project(' :library' )
34
- implementation " androidx.core:core-ktx:1.10.1 "
34
+ implementation " androidx.core:core-ktx:1.12.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.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