File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.5.4] ( https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.3...v1.5.4 ) (2025-02-27)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** typo:** ` StreamType.LIVE_STREAM ` typo ([ #65 ] ( https://github.com/mParticle/mparticle-android-media-sdk/issues/65 ) ) ([ b696dd7] ( https://github.com/mParticle/mparticle-android-media-sdk/commit/b696dd7989a0387aaa609257c8e5ffe5e5a0c676 ) )
7+
18## [ 1.5.3] ( https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.2...v1.5.3 ) (2025-02-18)
29
310
Original file line number Diff line number Diff 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
2626dependencies {
27- implementation 'com.mparticle:android-media:1.5.3 '
27+ implementation 'com.mparticle:android-media:1.5.4 '
2828}
2929```
3030
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ android.nonTransitiveRClass=true
44org.gradle.daemon =true
55org.gradle.jvmargs =-Xms128m -Xmx2560m -XX:+CMSClassUnloadingEnabled
66group =com.mparticle
7- version =1.5.3
7+ version =1.5.4
You can’t perform that action at this time.
0 commit comments