Skip to content

Commit

Permalink
chore: 5.55.7 (release)
Browse files Browse the repository at this point in the history
## [5.55.7](v5.55.6...v5.55.7) (2024-05-29)

### Bug Fixes

* Update Java version, pin conventional commits ([#490](#490)) ([a4f1979](a4f1979))
* Update mac version and JDK version into yml file ([#482](#482)) ([b67c108](b67c108))

### Updates & Maintenance

* Update submodules ([f4ce2a4](f4ce2a4))
  • Loading branch information
mparticle-automation committed May 29, 2024
1 parent f4ce2a4 commit 716bc13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.55.7](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.6...v5.55.7) (2024-05-29)


### Bug Fixes

* Update Java version, pin conventional commits ([#490](https://github.com/mParticle/mparticle-android-sdk/issues/490)) ([a4f1979](https://github.com/mParticle/mparticle-android-sdk/commit/a4f19790b2123d17a25692b00e0c638793d64672))
* Update mac version and JDK version into yml file ([#482](https://github.com/mParticle/mparticle-android-sdk/issues/482)) ([b67c108](https://github.com/mParticle/mparticle-android-sdk/commit/b67c108367e6e86f8a9c431f2e59afdea4ef5768))


### Updates & Maintenance

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

## [5.55.6](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.5...v5.55.6) (2024-04-24)


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

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

0 comments on commit 716bc13

Please sign in to comment.