From 4278af44a5ba75e1dcab8bfbe6516c05d801bfdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:12:34 +0000 Subject: [PATCH] chore: bump com.mparticle:android-core from 6.0.1 to 6.0.2 in /android Bumps [com.mparticle:android-core](https://github.com/mparticle/mparticle-android-sdk) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/mparticle/mparticle-android-sdk/releases) - [Changelog](https://github.com/mParticle/mparticle-android-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/mparticle/mparticle-android-sdk/commits/6.0.2) --- updated-dependencies: - dependency-name: com.mparticle:android-core dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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:+") }