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 cd8def5 + 7df6c6f commit d783a2dCopy full SHA for d783a2d
Samples/SimpleMixpanel/android/build.gradle
@@ -1,7 +1,7 @@
1
buildscript {
2
ext {
3
buildToolsVersion = "34.0.0"
4
- minSdkVersion = 23
+ minSdkVersion = 21
5
compileSdkVersion = 34
6
targetSdkVersion = 34
7
ndkVersion = "26.1.10909125"
Samples/SimpleMixpanel/package.json
@@ -12,7 +12,7 @@
12
"dependencies": {
13
"mixpanel-react-native": "file:../..",
14
"react": "18.2.0",
15
- "react-native": "0.74.1"
+ "react-native": "0.73.0"
16
},
17
"devDependencies": {
18
"@babel/core": "^7.20.0",
android/build.gradle
@@ -21,7 +21,7 @@ android {
21
}
22
23
defaultConfig {
24
- minSdkVersion 23
+ minSdkVersion 21
25
targetSdkVersion 34
26
versionCode 1
27
versionName "1.0"
0 commit comments