diff --git a/android/build.gradle b/android/build.gradle index f87b43f..b8c46af 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,6 +79,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation files('libs/java-json.jar') - testImplementation 'com.mparticle:android-core:5.55.0' + testImplementation 'com.mparticle:android-core:5.55.1' testImplementation 'com.facebook.react:react-native:0.20.1' }