Skip to content

Commit 4a39e90

Browse files
chore: 1.5.1 (release)
## [1.5.1](v1.5.0...v1.5.1) (2023-08-04) ### Documentation * Add custom media session attributes docs to readme ([#37](#37)) ([016f5f1](016f5f1)) ### Updates & Maintenance * bump android from 1.8.10 to 1.8.22 ([#34](#34)) ([898b05e](898b05e)) * bump android from 1.8.22 to 1.9.0 ([#40](#40)) ([0495303](0495303)) * bump org.jlleitschuh.gradle.ktlint from 11.3.2 to 11.4.0 ([#33](#33)) ([21b2497](21b2497)) * bump org.jlleitschuh.gradle.ktlint from 11.4.0 to 11.4.1 ([#36](#36)) ([3377539](3377539)) * bump org.jlleitschuh.gradle.ktlint from 11.4.1 to 11.4.2 ([#38](#38)) ([1ac3f3a](1ac3f3a)) * bump org.jlleitschuh.gradle.ktlint from 11.4.2 to 11.5.0 ([#39](#39)) ([fdebf1e](fdebf1e))
1 parent e9e8f7f commit 4a39e90

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.5.1](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.0...v1.5.1) (2023-08-04)
2+
3+
4+
### Documentation
5+
6+
* Add custom media session attributes docs to readme ([#37](https://github.com/mParticle/mparticle-android-media-sdk/issues/37)) ([016f5f1](https://github.com/mParticle/mparticle-android-media-sdk/commit/016f5f1f50d01a585d7a4cccb5be02b07e0bfab2))
7+
8+
9+
### Updates & Maintenance
10+
11+
* bump android from 1.8.10 to 1.8.22 ([#34](https://github.com/mParticle/mparticle-android-media-sdk/issues/34)) ([898b05e](https://github.com/mParticle/mparticle-android-media-sdk/commit/898b05e3332686f76c53ece60e4660dd0d6997aa))
12+
* bump android from 1.8.22 to 1.9.0 ([#40](https://github.com/mParticle/mparticle-android-media-sdk/issues/40)) ([0495303](https://github.com/mParticle/mparticle-android-media-sdk/commit/0495303d74c034e08d9fb11ee6688614079126c5))
13+
* bump org.jlleitschuh.gradle.ktlint from 11.3.2 to 11.4.0 ([#33](https://github.com/mParticle/mparticle-android-media-sdk/issues/33)) ([21b2497](https://github.com/mParticle/mparticle-android-media-sdk/commit/21b24973f928b91b00ba691e229d82cd6111feac))
14+
* bump org.jlleitschuh.gradle.ktlint from 11.4.0 to 11.4.1 ([#36](https://github.com/mParticle/mparticle-android-media-sdk/issues/36)) ([3377539](https://github.com/mParticle/mparticle-android-media-sdk/commit/337753967e17011c5be316d556efb9c602718ad2))
15+
* bump org.jlleitschuh.gradle.ktlint from 11.4.1 to 11.4.2 ([#38](https://github.com/mParticle/mparticle-android-media-sdk/issues/38)) ([1ac3f3a](https://github.com/mParticle/mparticle-android-media-sdk/commit/1ac3f3a2479a290acea030161f3ec987c72e7eac))
16+
* bump org.jlleitschuh.gradle.ktlint from 11.4.2 to 11.5.0 ([#39](https://github.com/mParticle/mparticle-android-media-sdk/issues/39)) ([fdebf1e](https://github.com/mParticle/mparticle-android-media-sdk/commit/fdebf1e39c80a167da195572c89589caac14445f))
17+
118
## [1.5.0](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.3...v1.5.0) (2023-05-22)
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.5.0'
27+
implementation 'com.mparticle:android-media:1.5.1'
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.0
7+
version=1.5.1

0 commit comments

Comments
 (0)