We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c6420 commit 05a8b31Copy full SHA for 05a8b31
MixpanelReactNative.podspec
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
21
s.dependency "React"
22
- s.dependency "Mixpanel-swift", '2.8.2'
+ s.dependency "Mixpanel-swift", '2.9.3'
23
end
android/build.gradle
@@ -34,6 +34,6 @@ repositories {
34
35
dependencies {
36
implementation 'com.facebook.react:react-native:+'
37
- implementation 'com.mixpanel.android:mixpanel-android:5.8.6'
+ implementation 'com.mixpanel.android:mixpanel-android:5.9.0'
38
api 'com.google.firebase:firebase-messaging:17.3.4'
39
}
0 commit comments