Revert "Bump android SDK to 33" (#110861)

This commit is contained in:
Zachary Anderson 2022-09-02 08:52:50 -07:00 committed by GitHub
parent 35c18eb13f
commit 74b18c948a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = 33
static int compileSdkVersion = 31
/** 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 = 33
static int targetSdkVersion = 31
/**
* Sets the ndkVersion used by default in Flutter app projects.