File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation " androidx.legacy:legacy-support-v4:1.0.0"
5454 implementation " androidx.appcompat:appcompat:1.7.1"
5555 implementation " com.google.android.material:material:1.13.0"
56- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10 "
56+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0 "
5757
5858 androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
5959 androidTestUtil " androidx.test.services:test-services:1.6.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88
99 dependencies {
1010 classpath(" com.android.tools.build:gradle:8.13.0" )
11- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10 " )
11+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 " )
1212 }
1313}
1414
Original file line number Diff line number Diff line change 3131}
3232
3333dependencies {
34- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10 " )
34+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0 " )
3535 implementation(" com.google.code.gson:gson:2.13.2" )
3636 implementation(" androidx.work:work-runtime-ktx:2.11.1" )
3737
You can’t perform that action at this time.
0 commit comments