Skip to content

Commit

Permalink
Merge pull request #166 from mixpanel/jared-revert-minsdk
Browse files Browse the repository at this point in the history
revert minsdk
  • Loading branch information
jaredmixpanel authored Sep 25, 2024
2 parents 8459ad0 + 67a4770 commit b89740d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
buildToolsVersion '34.0.0'

defaultConfig {
minSdkVersion 23
minSdkVersion 21
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
applicationId "com.example.mixpanel_example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 23
minSdkVersion 21
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit b89740d

Please sign in to comment.