Skip to content

Commit c1ea80b

Browse files
authored
Merge pull request #59 from mixpanel/bump-android-dependency
bump mixpanel andriod dependency to 5.9.1
2 parents 6c8747b + 0b04a14 commit c1ea80b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

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

3535
dependencies {
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.mixpanel.android:mixpanel-android:5.9.0'
38-
api 'com.google.firebase:firebase-messaging:17.3.4'
37+
implementation 'com.mixpanel.android:mixpanel-android:5.9.1'
3938
}

0 commit comments

Comments
 (0)