Skip to content

Commit

Permalink
chore: 5.53.0 (release)
Browse files Browse the repository at this point in the history
## [5.53.0](v5.52.1...v5.53.0) (2023-08-01)

### Features

* SQDSDKS-5543 formatting, clean-up and reorganizing imports ([#406](#406)) ([341118c](341118c))

### Updates & Maintenance

* Update submodules ([13594c5](13594c5))
  • Loading branch information
mparticle-automation committed Aug 1, 2023
1 parent 13594c5 commit e9a7220
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.53.0](https:/mParticle/mparticle-android-sdk/compare/v5.52.1...v5.53.0) (2023-08-01)


### Features

* SQDSDKS-5543 formatting, clean-up and reorganizing imports ([#406](https:/mParticle/mparticle-android-sdk/issues/406)) ([341118c](https:/mParticle/mparticle-android-sdk/commit/341118ca1817d389e05a08e5c79e3c076267e112))


### Updates & Maintenance

* Update submodules ([13594c5](https:/mParticle/mparticle-android-sdk/commit/13594c56cf77f62785302cfa17632ace3732e683))

## [5.52.1](https:/mParticle/mparticle-android-sdk/compare/v5.52.0...v5.52.1) (2023-07-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.52.1'
implementation 'com.mparticle:android-core:5.53.0'
}
```

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

0 comments on commit e9a7220

Please sign in to comment.