File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ android {
3838 ndkVersion flutter. ndkVersion
3939
4040 compileOptions {
41- sourceCompatibility JavaVersion . VERSION_1_8
42- targetCompatibility JavaVersion . VERSION_1_8
41+ sourceCompatibility JavaVersion . VERSION_21
42+ targetCompatibility JavaVersion . VERSION_21
4343 }
4444
4545 kotlinOptions {
46- jvmTarget = ' 1.8 '
46+ jvmTarget = ' 21 '
4747 }
4848
4949 sourceSets {
@@ -85,5 +85,5 @@ flutter {
8585}
8686
8787dependencies {
88- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
88+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8 :$kotlin_version "
8989}
Original file line number Diff line number Diff line change 11buildscript {
2- ext.kotlin_version = '1.7.10 '
2+ ext. kotlin_version = ' 2.1.0 '
33 repositories {
44 google()
55 mavenCentral()
66 }
77
88 dependencies {
9- classpath 'com.android.tools.build:gradle:7.3.0 '
9+ classpath ' com.android.tools.build:gradle:8.2.1 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
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-7.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
You can’t perform that action at this time.
0 commit comments