Skip to content

Commit 26edbb6

Browse files
bump native sdks (#285)
1 parent f5acc7a commit 26edbb6

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.3.0'
22+
s.dependency "Mixpanel-swift", '4.4.0'
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:7.5.2'
44+
implementation 'com.mixpanel.android:mixpanel-android:8.0.3'
4545
}

0 commit comments

Comments
 (0)