Skip to content

Commit

Permalink
Merge pull request #271 from mixpanel/zihe-test
Browse files Browse the repository at this point in the history
Revert the minSDK to 21
  • Loading branch information
jaredmixpanel authored Sep 26, 2024
2 parents cd8def5 + 7df6c6f commit d783a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Samples/SimpleMixpanel/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
minSdkVersion = 21
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
Expand Down
2 changes: 1 addition & 1 deletion Samples/SimpleMixpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"mixpanel-react-native": "file:../..",
"react": "18.2.0",
"react-native": "0.74.1"
"react-native": "0.73.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
}

defaultConfig {
minSdkVersion 23
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit d783a2d

Please sign in to comment.