Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74b18c9

Browse files
authored
Revert "Bump android SDK to 33" (#110861)
1 parent 35c18eb commit 74b18c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_tools/gradle/flutter.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ import org.gradle.util.VersionNumber
3030
/** For apps only. Provides the flutter extension used in app/build.gradle. */
3131
class FlutterExtension {
3232
/** Sets the compileSdkVersion used by default in Flutter app projects. */
33-
static int compileSdkVersion = 33
33+
static int compileSdkVersion = 31
3434

3535
/** Sets the minSdkVersion used by default in Flutter app projects. */
3636
static int minSdkVersion = 16
3737

3838
/** Sets the targetSdkVersion used by default in Flutter app projects. */
39-
static int targetSdkVersion = 33
39+
static int targetSdkVersion = 31
4040

4141
/**
4242
* Sets the ndkVersion used by default in Flutter app projects.

0 commit comments

Comments
 (0)