Skip to content

Commit 198019b

Browse files
chore: 1.6.0 (release)
## [1.6.0](v1.5.6...v1.6.0) (2025-06-27) ### Features * Calculate mediaTimeSpent based on current time ([#73](#73)) ([5f589f0](5f589f0))
1 parent 5f589f0 commit 198019b

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.6.0](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.6...v1.6.0) (2025-06-27)
2+
3+
4+
### Features
5+
6+
* Calculate mediaTimeSpent based on current time ([#73](https://github.com/mParticle/mparticle-android-media-sdk/issues/73)) ([5f589f0](https://github.com/mParticle/mparticle-android-media-sdk/commit/5f589f0585ab9dcb0db809ca8552d6495a9d84c1))
7+
18
## [1.5.6](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.5...v1.5.6) (2025-06-12)
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.6'
27+
implementation 'com.mparticle:android-media:1.6.0'
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.6
7+
version=1.6.0

0 commit comments

Comments
 (0)