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.
2 parents 8459ad0 + 67a4770 commit b89740dCopy full SHA for b89740d
android/build.gradle
@@ -32,7 +32,7 @@ android {
32
buildToolsVersion '34.0.0'
33
34
defaultConfig {
35
- minSdkVersion 23
+ minSdkVersion 21
36
}
37
38
compileOptions {
example/android/app/build.gradle
@@ -45,7 +45,7 @@ android {
45
applicationId "com.example.mixpanel_example"
46
// You can update the following values to match your application needs.
47
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48
49
targetSdkVersion 34
50
versionCode flutterVersionCode.toInteger()
51
versionName flutterVersionName
0 commit comments