Skip to content

Commit

Permalink
chore: 5.58.5 (release)
Browse files Browse the repository at this point in the history
## [5.58.5](v5.58.4...v5.58.5) (2025-01-24)

### Updates & Maintenance

* Add issue autorespond and close workflow ([#526](#526)) ([28ccb97](28ccb97))
* Update cross-platform-tests.yml ([#530](#530)) ([0924e88](0924e88))
* update emulator version tag ([#537](#537)) ([4f2fea6](4f2fea6))
* Update submodules ([ab53cb1](ab53cb1))
  • Loading branch information
mparticle-automation committed Jan 24, 2025
1 parent ab53cb1 commit 05c5331
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [5.58.5](https://github.com/mParticle/mparticle-android-sdk/compare/v5.58.4...v5.58.5) (2025-01-24)


### Updates & Maintenance

* Add issue autorespond and close workflow ([#526](https://github.com/mParticle/mparticle-android-sdk/issues/526)) ([28ccb97](https://github.com/mParticle/mparticle-android-sdk/commit/28ccb97f1dc709d25ed686dae241f8462c62b9cf))
* Update cross-platform-tests.yml ([#530](https://github.com/mParticle/mparticle-android-sdk/issues/530)) ([0924e88](https://github.com/mParticle/mparticle-android-sdk/commit/0924e88331d3f92fb7bdd774fd33e162c4fc0aa2))
* update emulator version tag ([#537](https://github.com/mParticle/mparticle-android-sdk/issues/537)) ([4f2fea6](https://github.com/mParticle/mparticle-android-sdk/commit/4f2fea6290e497e32d6045fb2d1d32f44538f1f2))
* Update submodules ([ab53cb1](https://github.com/mParticle/mparticle-android-sdk/commit/ab53cb1f54e5251980045b8f754fca14966d95fa))

## [5.58.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.58.3...v5.58.4) (2024-12-12)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll

```groovy
dependencies {
implementation 'com.mparticle:android-core:5.58.4'
implementation 'com.mparticle:android-core:5.58.5'
}
```

Expand All @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
```groovy
dependencies {
implementation (
'com.mparticle:android-example-kit:5.58.4',
'com.mparticle:android-another-kit:5.58.4'
'com.mparticle:android-example-kit:5.58.5',
'com.mparticle:android-another-kit:5.58.5'
)
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {

allprojects {
group = 'com.mparticle'
version = '5.58.4-SNAPSHOT'
version = '5.58.5-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit 05c5331

Please sign in to comment.