File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'com.cuboid.open_mail'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.8.22 '
5+ ext. kotlin_version = ' 2.1.0 '
66 repositories {
77 google()
88 mavenCentral()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:8.1.0 '
12+ classpath ' com.android.tools.build:gradle:8.11.1 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 }
1515}
@@ -34,7 +34,7 @@ android {
3434 }
3535
3636 kotlinOptions {
37- jvmTarget = JavaVersion . VERSION_11 . toString()
37+ jvmTarget = JavaVersion . VERSION_11
3838 }
3939
4040 sourceSets {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -all.zip
You can’t perform that action at this time.
0 commit comments