We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3a295 commit 9059b21Copy full SHA for 9059b21
1 file changed
sample/android/app/build.gradle
@@ -110,8 +110,8 @@ android {
110
dependencies {
111
// The version of react-native is set by the React Native Gradle Plugin
112
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")
+ implementation("com.mparticle:android-core:5.71.0")
+ implementation("com.mparticle:android-rokt-kit:5.71.0")
115
116
if (hermesEnabled.toBoolean()) {
117
implementation("com.facebook.react:hermes-android")
0 commit comments