Skip to content

Commit 92e967d

Browse files
chore: 5.52.0 (release)
## [5.52.0](v5.51.6...v5.52.0) (2023-07-24) ### Features * sideloading kits ([#401](#401)) ([80de8ea](80de8ea)), closes [#378](#378) ### Updates & Maintenance * Update submodules ([7d555ce](7d555ce))
1 parent 7d555ce commit 92e967d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.52.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.6...v5.52.0) (2023-07-24)
2+
3+
4+
### Features
5+
6+
* sideloading kits ([#401](https://github.com/mParticle/mparticle-android-sdk/issues/401)) ([80de8ea](https://github.com/mParticle/mparticle-android-sdk/commit/80de8ea51253f73b04947c388d887b3ec4a05f6d)), closes [#378](https://github.com/mParticle/mparticle-android-sdk/issues/378)
7+
8+
9+
### Updates & Maintenance
10+
11+
* Update submodules ([7d555ce](https://github.com/mParticle/mparticle-android-sdk/commit/7d555ce6e032d00a17b7c45a088c901a0ccb5592))
12+
113
## [5.51.6](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.5...v5.51.6) (2023-07-20)
214

315

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

0 commit comments

Comments
 (0)