File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android {
1515}
1616
1717dependencies {
18- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21 "
18+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
1919 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
2020 implementation ' androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1'
2121}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' com.android.application' version ' 8.1.1' apply false
33 id ' com.android.library' version ' 8.1.1' apply false
44 id " com.diffplug.spotless" version " 6.20.0" apply false
5- id ' org.jetbrains.kotlin.android' version ' 1.8.21 ' apply false
5+ id ' org.jetbrains.kotlin.android' version ' 1.9.10 ' apply false
66 id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
77}
88
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
44networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ android {
2929}
3030
3131dependencies {
32- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21 "
32+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
3333 implementation ' androidx.appcompat:appcompat:1.6.1'
3434 implementation ' androidx.activity:activity-ktx:1.7.2'
35- implementation ' androidx.fragment:fragment-ktx:1.5.7 '
35+ implementation ' androidx.fragment:fragment-ktx:1.6.1 '
3636 implementation project(' :ViewModel-SavedState-ktx' )
3737 implementation ' com.wada811.databindingktx:databindingktx:7.0.0'
3838 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
You can’t perform that action at this time.
0 commit comments