File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
28
28
ndkVersion flutter. ndkVersion
29
29
30
30
compileOptions {
31
- sourceCompatibility JavaVersion . VERSION_1_8
32
- targetCompatibility JavaVersion . VERSION_1_8
31
+ sourceCompatibility JavaVersion . VERSION_17
32
+ targetCompatibility JavaVersion . VERSION_17
33
33
}
34
34
35
35
defaultConfig {
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4G
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
+ android.defaults.buildfeatures.buildconfig =true
5
+ android.nonTransitiveRClass =false
6
+ android.nonFinalResIds =false
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-7.5 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -all.zip
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pluginManagement {
23
23
24
24
plugins {
25
25
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
26
- id " com.android.application" version " 7.3.0 " apply false
26
+ id " com.android.application" version ' 8.2.1 ' apply false
27
27
}
28
28
29
29
include " :app"
You can’t perform that action at this time.
0 commit comments