We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02857c9 commit 35c18ebCopy full SHA for 35c18eb
packages/flutter_tools/gradle/flutter.gradle
@@ -30,13 +30,13 @@ import org.gradle.util.VersionNumber
30
/** For apps only. Provides the flutter extension used in app/build.gradle. */
31
class FlutterExtension {
32
/** Sets the compileSdkVersion used by default in Flutter app projects. */
33
- static int compileSdkVersion = 31
+ static int compileSdkVersion = 33
34
35
/** Sets the minSdkVersion used by default in Flutter app projects. */
36
static int minSdkVersion = 16
37
38
/** Sets the targetSdkVersion used by default in Flutter app projects. */
39
- static int targetSdkVersion = 31
+ static int targetSdkVersion = 33
40
41
/**
42
* Sets the ndkVersion used by default in Flutter app projects.
0 commit comments