File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ rootProject.allprojects {
3838}
3939
4040android {
41- compileSdkVersion 33
41+ compileSdkVersion 34
4242
43- compileOptions {
44- sourceCompatibility JavaVersion . VERSION_1_8
45- targetCompatibility JavaVersion . VERSION_1_8
46- }
43+ // compileOptions {
44+ // sourceCompatibility JavaVersion.VERSION_1_8
45+ // targetCompatibility JavaVersion.VERSION_1_8
46+ // }
4747
4848 defaultConfig {
4949 minSdkVersion 21
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536M -Dfile.encoding =UTF-8 --add-opens =java.base/java.io =ALL-UNNAMED
22android.useAndroidX =true
33android.enableJetifier =true
4- flutter.compileSdkVersion =33
4+ flutter.compileSdkVersion =34
55flutter.minSdkVersion =21
66flutter.targetSdkVersion =31
You can’t perform that action at this time.
0 commit comments