Skip to content

Commit

Permalink
Bump android SDK to 33 (#109583)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryQian committed Sep 2, 2022
1 parent 02857c9 commit 35c18eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flutter_tools/gradle/flutter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ import org.gradle.util.VersionNumber
/** For apps only. Provides the flutter extension used in app/build.gradle. */
class FlutterExtension {
/** Sets the compileSdkVersion used by default in Flutter app projects. */
static int compileSdkVersion = 31
static int compileSdkVersion = 33

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

/** Sets the targetSdkVersion used by default in Flutter app projects. */
static int targetSdkVersion = 31
static int targetSdkVersion = 33

/**
* Sets the ndkVersion used by default in Flutter app projects.
Expand Down

0 comments on commit 35c18eb

Please sign in to comment.