diff --git a/android/build.gradle b/android/build.gradle index 3a4a32a..0b98a28 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -118,8 +118,8 @@ dependencies { // // (See https://github.com/mparticle/mparticle-android-sdk for the latest version) // - api 'com.mparticle:android-core:[6.0.1, 7.0)' - compileOnly 'com.mparticle:android-rokt-kit:[6.0.1, 7.0)' + api 'com.mparticle:android-core:[6.0.2, 7.0)' + compileOnly 'com.mparticle:android-rokt-kit:[6.0.2, 7.0)' // // And, if you want to include kits, you can do so as follows: @@ -135,7 +135,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation files('libs/java-json.jar') - testImplementation 'com.mparticle:android-core:6.0.1' - testCompileOnly 'com.mparticle:android-rokt-kit:6.0.1' + testImplementation 'com.mparticle:android-core:6.0.2' + testCompileOnly 'com.mparticle:android-rokt-kit:6.0.2' testImplementation("com.facebook.react:react-android:+") }