We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98395cc commit 3749d17Copy full SHA for 3749d17
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.71.0")
114
- implementation("com.mparticle:android-rokt-kit:5.71.0")
+ implementation("com.mparticle:android-core:5.76.1")
+ implementation("com.mparticle:android-rokt-kit:5.76.1")
115
116
if (hermesEnabled.toBoolean()) {
117
implementation("com.facebook.react:hermes-android")
0 commit comments