File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ android {
20
20
}
21
21
22
22
dependencies {
23
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
23
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.22 "
24
24
implementation ' androidx.fragment:fragment-ktx:1.6.1'
25
25
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.android.application' version ' 8.1.1' apply false
3
3
id ' com.android.library' version ' 8.1.1' apply false
4
- id ' org.jetbrains.kotlin.android' version ' 1.9.10 ' apply false
4
+ id ' org.jetbrains.kotlin.android' version ' 1.9.22 ' apply false
5
5
id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
37
37
}
38
38
39
39
dependencies {
40
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
40
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.22 "
41
41
implementation ' androidx.appcompat:appcompat:1.6.1'
42
42
implementation ' androidx.fragment:fragment-ktx:1.6.1'
43
43
implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
You can’t perform that action at this time.
0 commit comments