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 4dc344c commit 7f74397Copy full SHA for 7f74397
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.9.3'
+ s.dependency "Mixpanel-swift", '3.0.0.beta.5'
23
end
android/build.gradle
@@ -34,5 +34,5 @@ repositories {
34
35
dependencies {
36
implementation 'com.facebook.react:react-native:+'
37
- implementation 'com.mixpanel.android:mixpanel-android:5.9.1'
+ implementation 'com.mixpanel.android:mixpanel-android:6.0.0-beta1'
38
}
0 commit comments