Skip to content

Commit

Permalink
chore: 5.51.0 (release)
Browse files Browse the repository at this point in the history
## [5.51.0](v5.50.4...v5.51.0) (2023-06-05)

### Features

* cache AVD for faster connected test runs ([#319](#319)) ([c24d38d](c24d38d))

### Bug Fixes

* SQDSDKS-5287 unable to drop batches nullability ([#379](#379)) ([04af4e9](04af4e9))

### Updates & Maintenance

* Update submodules ([03289e1](03289e1))
  • Loading branch information
mparticle-automation committed Jun 5, 2023
1 parent 03289e1 commit 4c4bfd1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [5.51.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.4...v5.51.0) (2023-06-05)


### Features

* cache AVD for faster connected test runs ([#319](https://github.com/mParticle/mparticle-android-sdk/issues/319)) ([c24d38d](https://github.com/mParticle/mparticle-android-sdk/commit/c24d38d766b34421bf42d90105c5064521857183))


### Bug Fixes

* SQDSDKS-5287 unable to drop batches nullability ([#379](https://github.com/mParticle/mparticle-android-sdk/issues/379)) ([04af4e9](https://github.com/mParticle/mparticle-android-sdk/commit/04af4e932ea0b575df745d36c64a7fb0305dc2a8))


### Updates & Maintenance

* Update submodules ([03289e1](https://github.com/mParticle/mparticle-android-sdk/commit/03289e14e72b87f1e57b192152ad1dfcc1bf8608))

## [5.50.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.3...v5.50.4) (2023-05-03)


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.50.4'
implementation 'com.mparticle:android-core:5.51.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.50.4',
'com.mparticle:android-another-kit:5.50.4'
'com.mparticle:android-example-kit:5.51.0',
'com.mparticle:android-another-kit:5.51.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.50.4-SNAPSHOT'
version = '5.51.0-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit 4c4bfd1

Please sign in to comment.