Skip to content

Commit 05a8b31

Browse files
committed
bump dependencies ios 2.9.3, android 5.9.0
1 parent 20c6420 commit 05a8b31

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

android/build.gradle

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

3535
dependencies {
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.mixpanel.android:mixpanel-android:5.8.6'
37+
implementation 'com.mixpanel.android:mixpanel-android:5.9.0'
3838
api 'com.google.firebase:firebase-messaging:17.3.4'
3939
}

0 commit comments

Comments
 (0)