Skip to content

Commit 4040469

Browse files
chore: 1.5.6 (release)
## [1.5.6](v1.5.5...v1.5.6) (2025-06-12) ### Bug Fixes * Correct the mapping of the mediaContentId key in the segment summary event ([#72](#72)) ([dad43eb](dad43eb)) * handle ad_break_id key in the ad Summary event ([#71](#71)) ([228a831](228a831))
1 parent 228a831 commit 4040469

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.6](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.5...v1.5.6) (2025-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Correct the mapping of the mediaContentId key in the segment summary event ([#72](https://github.com/mParticle/mparticle-android-media-sdk/issues/72)) ([dad43eb](https://github.com/mParticle/mparticle-android-media-sdk/commit/dad43eb73ad36326f15e837821852a86ea3b9bd0))
7+
* handle ad_break_id key in the ad Summary event ([#71](https://github.com/mParticle/mparticle-android-media-sdk/issues/71)) ([228a831](https://github.com/mParticle/mparticle-android-media-sdk/commit/228a83150294254c9c66fb08fb0ba8d5e27022af))
8+
19
## [1.5.5](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.4...v1.5.5) (2025-03-28)
210

311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
2424

2525
```groovy
2626
dependencies {
27-
implementation 'com.mparticle:android-media:1.5.5'
27+
implementation 'com.mparticle:android-media:1.5.6'
2828
}
2929
```
3030

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ android.nonTransitiveRClass=true
44
org.gradle.daemon=true
55
org.gradle.jvmargs=-Xms128m -Xmx2560m -XX:+CMSClassUnloadingEnabled
66
group=com.mparticle
7-
version=1.5.5
7+
version=1.5.6

0 commit comments

Comments
 (0)