File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ dependencies {
5656 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
5757 androidTestImplementation ' org.mockito:mockito-android:5.12.0'
5858
59- implementation ' androidx.core:core-ktx:1.10.0'
60- implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10'
59+ implementation ' androidx.core:core-ktx:1.15.0'
6160}
6261
6362repositories {
Original file line number Diff line number Diff line change 11buildscript {
22
3- ext. kotlin_version = ' 1.9.24 '
3+ ext. kotlin_version = ' 2.2.0 '
44
55 repositories {
66 mavenCentral()
77 google()
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:8.7.0 '
11+ classpath ' com.android.tools.build:gradle:8.13.2 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 }
1414
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
You can’t perform that action at this time.
0 commit comments