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 f5acc7a commit 26edbb6Copy full SHA for 26edbb6
MixpanelReactNative.podspec
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
21
s.dependency "React-Core"
22
- s.dependency "Mixpanel-swift", '4.3.0'
+ s.dependency "Mixpanel-swift", '4.4.0'
23
end
android/build.gradle
@@ -41,5 +41,5 @@ repositories {
41
42
dependencies {
43
implementation 'com.facebook.react:react-native:+'
44
- implementation 'com.mixpanel.android:mixpanel-android:7.5.2'
+ implementation 'com.mixpanel.android:mixpanel-android:8.0.3'
45
}
0 commit comments