Unverified Commit 35c18eb1 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Bump android SDK to 33 (#109583)

parent 02857c90
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment