Skip to content

Commit ca4fd0b

Browse files
chore: 5.55.4 (release)
## [5.55.4](v5.55.3...v5.55.4) (2024-04-12) ### Updates & Maintenance * Update submodules ([4ecd3de](4ecd3de))
1 parent 4ecd3de commit ca4fd0b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.55.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.3...v5.55.4) (2024-04-12)
2+
3+
4+
### Updates & Maintenance
5+
6+
* Update submodules ([4ecd3de](https://github.com/mParticle/mparticle-android-sdk/commit/4ecd3de8db824ebe94ccbe55d46de0069fd5f1d9))
7+
18
## [5.55.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.2...v5.55.3) (2024-04-12)
29

310

README.md

+3-3
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.55.3'
19+
implementation 'com.mparticle:android-core:5.55.4'
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.55.3',
31-
'com.mparticle:android-another-kit:5.55.3'
30+
'com.mparticle:android-example-kit:5.55.4',
31+
'com.mparticle:android-another-kit:5.55.4'
3232
)
3333
}
3434
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

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

0 commit comments

Comments
 (0)