Skip to content

Commit 917c715

Browse files
chore: 1.7.0 (release)
## [1.7.0](v1.6.0...v1.7.0) (2025-12-12) ### Features * Update Media Content Time Spent Calculations with Ad Breaks ([#74](#74)) ([c455557](c455557)) ### Bug Fixes * adjust ad break exclusion logic ([#76](#76)) ([84b1493](84b1493)) ### Updates & Maintenance * Migrate from OSSRH to Central Publishing Portal ([#75](#75)) ([ac8de37](ac8de37))
1 parent 84b1493 commit 917c715

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.7.0](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.6.0...v1.7.0) (2025-12-12)
2+
3+
4+
### Features
5+
6+
* Update Media Content Time Spent Calculations with Ad Breaks ([#74](https://github.com/mParticle/mparticle-android-media-sdk/issues/74)) ([c455557](https://github.com/mParticle/mparticle-android-media-sdk/commit/c455557357edce6335903bb9c881d38a4abf1042))
7+
8+
9+
### Bug Fixes
10+
11+
* adjust ad break exclusion logic ([#76](https://github.com/mParticle/mparticle-android-media-sdk/issues/76)) ([84b1493](https://github.com/mParticle/mparticle-android-media-sdk/commit/84b14937fe047884db3b7c0bd1829e4784da1c48))
12+
13+
14+
### Updates & Maintenance
15+
16+
* Migrate from OSSRH to Central Publishing Portal ([#75](https://github.com/mParticle/mparticle-android-media-sdk/issues/75)) ([ac8de37](https://github.com/mParticle/mparticle-android-media-sdk/commit/ac8de37aa1197ca5b66234c885a7a696bd3cfedb))
17+
118
## [1.6.0](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.6...v1.6.0) (2025-06-27)
219

320

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

0 commit comments

Comments
 (0)