Skip to content

Commit 08d0214

Browse files
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](mParticle/mparticle-android-sdk@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] <support@github.com>
1 parent cd3494d commit 08d0214

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
//
121121
// Bounded upper bound prevents resolving to 6.0.0-rc.1+ on Maven Central.
122122
// 6.x removed deprecated symbols (e.g. UserAttributeListener); see #710.
123-
api 'com.mparticle:android-core:[5.79.0, 6.0)'
123+
api 'com.mparticle:android-core:[5.79.1, 6.0)'
124124

125125
//
126126
// And, if you want to include kits, you can do so as follows:
@@ -136,6 +136,6 @@ dependencies {
136136
testImplementation 'junit:junit:4.13.2'
137137
testImplementation files('libs/java-json.jar')
138138

139-
testImplementation 'com.mparticle:android-core:5.79.0'
139+
testImplementation 'com.mparticle:android-core:5.79.1'
140140
testImplementation("com.facebook.react:react-android:+")
141141
}

0 commit comments

Comments
 (0)