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.
1 parent a50a830 commit dc6fd13Copy full SHA for dc6fd13
MixpanelReactNative.podspec
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
21
s.dependency "React-Core"
22
- s.dependency "Mixpanel-swift", '4.2.7'
+ s.dependency "Mixpanel-swift", '4.3.0'
23
end
android/build.gradle
@@ -21,7 +21,7 @@ android {
}
defaultConfig {
24
- minSdkVersion 21
+ minSdkVersion 23
25
targetSdkVersion 34
26
versionCode 1
27
versionName "1.0"
0 commit comments