Skip to content

Commit b89740d

Browse files
Merge pull request #166 from mixpanel/jared-revert-minsdk
revert minsdk
2 parents 8459ad0 + 67a4770 commit b89740d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
buildToolsVersion '34.0.0'
3333

3434
defaultConfig {
35-
minSdkVersion 23
35+
minSdkVersion 21
3636
}
3737

3838
compileOptions {

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
applicationId "com.example.mixpanel_example"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdkVersion 23
48+
minSdkVersion 21
4949
targetSdkVersion 34
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName

0 commit comments

Comments
 (0)