From 08d02147314ec87917e72c90375960805c6ec37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:55:53 +0000 Subject: [PATCH] chore: bump com.mparticle:android-core from 5.79.0 to 5.79.1 in /android Bumps [com.mparticle:android-core](https://github.com/mparticle/mparticle-sdk-android) from 5.79.0 to 5.79.1. - [Release notes](https://github.com/mparticle/mparticle-sdk-android/releases) - [Changelog](https://github.com/mParticle/mparticle-android-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/mparticle/mparticle-sdk-android/compare/v5.79.0...v5.79.1) --- updated-dependencies: - dependency-name: com.mparticle:android-core dependency-version: 5.79.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index aa92bae..2988d6a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -120,7 +120,7 @@ dependencies { // // Bounded upper bound prevents resolving to 6.0.0-rc.1+ on Maven Central. // 6.x removed deprecated symbols (e.g. UserAttributeListener); see #710. - api 'com.mparticle:android-core:[5.79.0, 6.0)' + api 'com.mparticle:android-core:[5.79.1, 6.0)' // // And, if you want to include kits, you can do so as follows: @@ -136,6 +136,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation files('libs/java-json.jar') - testImplementation 'com.mparticle:android-core:5.79.0' + testImplementation 'com.mparticle:android-core:5.79.1' testImplementation("com.facebook.react:react-android:+") }