Skip to content

Commit 9059b21

Browse files
committed
Update android SDK versions in sample app
1 parent 0d3a295 commit 9059b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ android {
110110
dependencies {
111111
// The version of react-native is set by the React Native Gradle Plugin
112112
implementation("com.facebook.react:react-android")
113-
implementation("com.mparticle:android-core:5.70.3-SNAPSHOT")
114-
implementation("com.mparticle:android-rokt-kit:5.70.2")
113+
implementation("com.mparticle:android-core:5.71.0")
114+
implementation("com.mparticle:android-rokt-kit:5.71.0")
115115

116116
if (hermesEnabled.toBoolean()) {
117117
implementation("com.facebook.react:hermes-android")

0 commit comments

Comments
 (0)