Skip to content

Commit 5a9c7cb

Browse files
authored
Merge pull request #137 from mixpanel/bump-RN-devx
Bump to latest ios and android sdk versions and remove android people identify(deprecated)
2 parents 029242d + 961e590 commit 5a9c7cb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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", '3.1.5'
22+
s.dependency "Mixpanel-swift", '3.2.5'
2323
end

android/build.gradle

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

3535
dependencies {
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.mixpanel.android:mixpanel-android:6.0.0'
37+
implementation 'com.mixpanel.android:mixpanel-android:6.2.0'
3838
}

android/src/main/java/com/mixpanel/reactnative/MixpanelReactNativeModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public void identify(final String token, final String distinctId, Promise promis
9898
MixpanelAPI instance = MixpanelAPI.getInstance(this.mReactContext, token);
9999
synchronized (instance) {
100100
instance.identify(distinctId);
101-
instance.getPeople().identify(distinctId);
102101
promise.resolve(null);
103102
}
104103
}

0 commit comments

Comments
 (0)