Skip to content

Commit 49b9066

Browse files
chore: 5.51.3 (release)
## [5.51.3](v5.51.2...v5.51.3) (2023-06-28) ### Bug Fixes * Fixing initialization & de-initialization issue on kits. ([#393](#393)) ([d02b5b3](d02b5b3)) * Kit integration forwarding unplanned/blocked events when fired early on app run ([#394](#394)) ([b99a1c6](b99a1c6)) ### Updates & Maintenance * Update submodules ([1ba89e3](1ba89e3))
1 parent 1ba89e3 commit 49b9066

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.51.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.2...v5.51.3) (2023-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixing initialization & de-initialization issue on kits. ([#393](https://github.com/mParticle/mparticle-android-sdk/issues/393)) ([d02b5b3](https://github.com/mParticle/mparticle-android-sdk/commit/d02b5b37eb4863aa7b475c4117a4db691a324614))
7+
* Kit integration forwarding unplanned/blocked events when fired early on app run ([#394](https://github.com/mParticle/mparticle-android-sdk/issues/394)) ([b99a1c6](https://github.com/mParticle/mparticle-android-sdk/commit/b99a1c6b961e18693808a18368c01572b3b4831e))
8+
9+
10+
### Updates & Maintenance
11+
12+
* Update submodules ([1ba89e3](https://github.com/mParticle/mparticle-android-sdk/commit/1ba89e3006c35ea259c338fde022235fa2db4846))
13+
114
## [5.51.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.1...v5.51.2) (2023-06-21)
215

316

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.51.2'
19+
implementation 'com.mparticle:android-core:5.51.3'
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.51.2',
31-
'com.mparticle:android-another-kit:5.51.2'
30+
'com.mparticle:android-example-kit:5.51.3',
31+
'com.mparticle:android-another-kit:5.51.3'
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.51.2-SNAPSHOT'
38+
version = '5.51.3-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)