File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ android {
19
19
ndkVersion = flutter. ndkVersion
20
20
21
21
compileOptions {
22
- sourceCompatibility = JavaVersion . VERSION_1_8
23
- targetCompatibility = JavaVersion . VERSION_1_8
22
+ sourceCompatibility = JavaVersion . VERSION_17
23
+ targetCompatibility = JavaVersion . VERSION_17
24
24
}
25
25
26
26
kotlinOptions {
27
- jvmTarget = JavaVersion . VERSION_1_8
27
+ jvmTarget = JavaVersion . VERSION_17
28
28
}
29
29
30
30
defaultConfig {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.1.0 " apply false
22
- id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
21
+ id " com.android.application" version " 8.3.2 " apply false
22
+ id " org.jetbrains.kotlin.android" version " 2.0.20 " apply false
23
23
}
24
24
25
25
include " :app"
You can’t perform that action at this time.
0 commit comments