Skip to content

Commit 7f74397

Browse files
committed
bump native SDK dependencies
1 parent 4dc344c commit 7f74397

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"
22-
s.dependency "Mixpanel-swift", '2.9.3'
22+
s.dependency "Mixpanel-swift", '3.0.0.beta.5'
2323
end

android/build.gradle

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

3535
dependencies {
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.mixpanel.android:mixpanel-android:5.9.1'
37+
implementation 'com.mixpanel.android:mixpanel-android:6.0.0-beta1'
3838
}

0 commit comments

Comments
 (0)