Skip to content

Commit

Permalink
chore: 5.58.11 (release)
Browse files Browse the repository at this point in the history
## [5.58.11](v5.58.10...v5.58.11) (2025-03-05)

### Bug Fixes

* Update Kotlin version to be compatible with Braze ([#547](#547)) ([50d73b3](50d73b3))

### Updates & Maintenance

* Update submodules ([b9ccc6c](b9ccc6c))
  • Loading branch information
mparticle-automation committed Mar 5, 2025
1 parent b9ccc6c commit 8d29ed4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [5.58.11](https://github.com/mParticle/mparticle-android-sdk/compare/v5.58.10...v5.58.11) (2025-03-05)


### Bug Fixes

* Update Kotlin version to be compatible with Braze ([#547](https://github.com/mParticle/mparticle-android-sdk/issues/547)) ([50d73b3](https://github.com/mParticle/mparticle-android-sdk/commit/50d73b3168db250626afe6641bc691173c2024f4))


### Updates & Maintenance

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

## [5.58.10](https://github.com/mParticle/mparticle-android-sdk/compare/v5.58.9...v5.58.10) (2025-02-27)


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

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

0 comments on commit 8d29ed4

Please sign in to comment.