Skip to content

Commit c0c21b4

Browse files
bump sdk versions (#347)
1 parent 0b1a1d0 commit c0c21b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MixpanelReactNative.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.author = { 'Mixpanel, Inc' => 'support@mixpanel.com' }
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "11.0"
13+
s.platform = :ios, "12.0"
1414
s.swift_version = '5.0'
1515
s.source = { :git => "https://github.com/mixpanel/mixpanel-react-native.git", :tag => s.version }
1616
s.source_files = "ios/*.{swift,h,m}"
@@ -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", '5.1.0'
22+
s.dependency "Mixpanel-swift", '5.1.3'
2323
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ repositories {
4141

4242
dependencies {
4343
implementation 'com.facebook.react:react-native:+'
44-
implementation 'com.mixpanel.android:mixpanel-android:8.2.0'
44+
implementation 'com.mixpanel.android:mixpanel-android:8.2.4'
4545
}

0 commit comments

Comments
 (0)