Skip to content

Commit

Permalink
chore: 5.58.2 (release)
Browse files Browse the repository at this point in the history
## [5.58.2](v5.58.1...v5.58.2) (2024-09-11)

### Updates & Maintenance

* Update submodules ([ae9f719](ae9f719))
  • Loading branch information
mparticle-automation committed Sep 11, 2024
1 parent ae9f719 commit 0d59318
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.58.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.58.1...v5.58.2) (2024-09-11)


### Updates & Maintenance

* Update submodules ([ae9f719](https://github.com/mParticle/mparticle-android-sdk/commit/ae9f719f71e59f3b0c85a87f6083a053dfb7b348))

## [5.58.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.58.0...v5.58.1) (2024-08-29)


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.1'
implementation 'com.mparticle:android-core:5.58.2'
}
```

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.1',
'com.mparticle:android-another-kit:5.58.1'
'com.mparticle:android-example-kit:5.58.2',
'com.mparticle:android-another-kit:5.58.2'
)
}
```
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.1-SNAPSHOT'
version = '5.58.2-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit 0d59318

Please sign in to comment.