Skip to content

Commit 2a3a225

Browse files
chore: 1.5.5 (release)
## [1.5.5](v1.5.4...v1.5.5) (2025-03-28) ### Bug Fixes * Pause mediaContentTimeSpent when logMediaContentEnd is triggered ([#70](#70)) ([497af13](497af13))
1 parent 497af13 commit 2a3a225

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.5](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.4...v1.5.5) (2025-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Pause mediaContentTimeSpent when logMediaContentEnd is triggered ([#70](https://github.com/mParticle/mparticle-android-media-sdk/issues/70)) ([497af13](https://github.com/mParticle/mparticle-android-media-sdk/commit/497af13ef34643589affa1e812e57cf6f695ff34))
7+
18
## [1.5.4](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.3...v1.5.4) (2025-02-27)
29

310

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.4'
27+
implementation 'com.mparticle:android-media:1.5.5'
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.4
7+
version=1.5.5

0 commit comments

Comments
 (0)