Thanks to visit codestin.com Credit goes to github.com
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 35c18eb commit 74b18c9Copy full SHA for 74b18c9
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 = 33
+ static int compileSdkVersion = 31
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 = 33
+ static int targetSdkVersion = 31
40
41
/**
42
* Sets the ndkVersion used by default in Flutter app projects.
0 commit comments