File tree 2 files changed +3
-2
lines changed
dev/integration_tests/gradle_deprecated_settings/android/app
packages/flutter_tools/gradle
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ apply plugin: 'com.android.application'
19
19
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
20
20
21
21
android {
22
- compileSdkVersion flutter. compileSdkVersion
22
+ // TODO(egarciad): Bump once https://github.com/flutter/flutter/issues/89578 is fixed.
23
+ compileSdkVersion 30
23
24
24
25
compileOptions {
25
26
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import org.gradle.util.VersionNumber
30
30
/* * For apps only. Provides the flutter extension used in app/build.gradle. */
31
31
class FlutterExtension {
32
32
/* * Sets the compileSdkVersion used by default in Flutter app projects. */
33
- static int compileSdkVersion = 30
33
+ static int compileSdkVersion = 31
34
34
35
35
/* * Sets the minSdkVersion used by default in Flutter app projects. */
36
36
static int minSdkVersion = 16
You can’t perform that action at this time.
0 commit comments