Skip to content

Commit f817158

Browse files
chore: 5.55.8 (release)
## [5.55.8](v5.55.7...v5.55.8) (2024-05-31) ### Bug Fixes * Use DisplayMetrics instead of WindowManager for StrictMode Error ([#483](#483)) ([648c079](648c079)) ### Updates & Maintenance * Update submodules ([fa40e06](fa40e06))
1 parent fa40e06 commit f817158

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.55.8](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.7...v5.55.8) (2024-05-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Use DisplayMetrics instead of WindowManager for StrictMode Error ([#483](https://github.com/mParticle/mparticle-android-sdk/issues/483)) ([648c079](https://github.com/mParticle/mparticle-android-sdk/commit/648c079d26608314f117d3e96433d289b522228d))
7+
8+
9+
### Updates & Maintenance
10+
11+
* Update submodules ([fa40e06](https://github.com/mParticle/mparticle-android-sdk/commit/fa40e06f8acd64d33f1f81e3ddbe0da8a01203da))
12+
113
## [5.55.7](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.6...v5.55.7) (2024-05-29)
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.55.7'
19+
implementation 'com.mparticle:android-core:5.55.8'
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.7',
31-
'com.mparticle:android-another-kit:5.55.7'
30+
'com.mparticle:android-example-kit:5.55.8',
31+
'com.mparticle:android-another-kit:5.55.8'
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.55.7-SNAPSHOT'
38+
version = '5.55.8-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)