Skip to content

Commit 4c4bfd1

Browse files
chore: 5.51.0 (release)
## [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))
1 parent 03289e1 commit 4c4bfd1

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [5.51.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.4...v5.51.0) (2023-06-05)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
### Updates & Maintenance
15+
16+
* Update submodules ([03289e1](https://github.com/mParticle/mparticle-android-sdk/commit/03289e14e72b87f1e57b192152ad1dfcc1bf8608))
17+
118
## [5.50.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.3...v5.50.4) (2023-05-03)
219

320

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
1616

1717
```groovy
1818
dependencies {
19-
implementation 'com.mparticle:android-core:5.50.4'
19+
implementation 'com.mparticle:android-core:5.51.0'
2020
}
2121
```
2222

@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727
```groovy
2828
dependencies {
2929
implementation (
30-
'com.mparticle:android-example-kit:5.50.4',
31-
'com.mparticle:android-another-kit:5.50.4'
30+
'com.mparticle:android-example-kit:5.51.0',
31+
'com.mparticle:android-another-kit:5.51.0'
3232
)
3333
}
3434
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

3636
allprojects {
3737
group = 'com.mparticle'
38-
version = '5.50.4-SNAPSHOT'
38+
version = '5.51.0-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)