Skip to content

Commit dc6fd13

Browse files
committed
bump iOS to 4.3.0 and Android minSDK to 23
1 parent a50a830 commit dc6fd13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React-Core"
22-
s.dependency "Mixpanel-swift", '4.2.7'
22+
s.dependency "Mixpanel-swift", '4.3.0'
2323
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

2323
defaultConfig {
24-
minSdkVersion 21
24+
minSdkVersion 23
2525
targetSdkVersion 34
2626
versionCode 1
2727
versionName "1.0"

0 commit comments

Comments
 (0)