From bd08f9b826c24fe15950838bd7cf94164dae30f4 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Thu, 21 Sep 2023 17:31:17 +0000 Subject: [PATCH] chore: 1.5.2 (release) ## [1.5.2](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.1...v1.5.2) (2023-09-21) ### Updates & Maintenance * bump android from 1.9.0 to 1.9.10 ([#46](https://github.com/mParticle/mparticle-android-media-sdk/issues/46)) ([39d5a50](https://github.com/mParticle/mparticle-android-media-sdk/commit/39d5a50ddd1818689bed91a5b12cb56f505a12a7)) * bump org.jlleitschuh.gradle.ktlint from 11.5.0 to 11.5.1 ([#44](https://github.com/mParticle/mparticle-android-media-sdk/issues/44)) ([4d88e55](https://github.com/mParticle/mparticle-android-media-sdk/commit/4d88e55b92552d18432f2cf7a718a91faf312c6f)) * bump org.jlleitschuh.gradle.ktlint from 11.5.1 to 11.6.0 ([#49](https://github.com/mParticle/mparticle-android-media-sdk/issues/49)) ([d511ca3](https://github.com/mParticle/mparticle-android-media-sdk/commit/d511ca3e186593cbb192493b32b379fc55f8f1ca)) --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d655f8f..9d34214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.2](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.1...v1.5.2) (2023-09-21) + + +### Updates & Maintenance + +* bump android from 1.9.0 to 1.9.10 ([#46](https://github.com/mParticle/mparticle-android-media-sdk/issues/46)) ([39d5a50](https://github.com/mParticle/mparticle-android-media-sdk/commit/39d5a50ddd1818689bed91a5b12cb56f505a12a7)) +* bump org.jlleitschuh.gradle.ktlint from 11.5.0 to 11.5.1 ([#44](https://github.com/mParticle/mparticle-android-media-sdk/issues/44)) ([4d88e55](https://github.com/mParticle/mparticle-android-media-sdk/commit/4d88e55b92552d18432f2cf7a718a91faf312c6f)) +* bump org.jlleitschuh.gradle.ktlint from 11.5.1 to 11.6.0 ([#49](https://github.com/mParticle/mparticle-android-media-sdk/issues/49)) ([d511ca3](https://github.com/mParticle/mparticle-android-media-sdk/commit/d511ca3e186593cbb192493b32b379fc55f8f1ca)) + ## [1.5.1](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.5.0...v1.5.1) (2023-08-04) diff --git a/README.md b/README.md index e2051bf..03fe5d0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll ```groovy dependencies { - implementation 'com.mparticle:android-media:1.5.1' + implementation 'com.mparticle:android-media:1.5.2' } ``` diff --git a/gradle.properties b/gradle.properties index c9bb1bc..eccd791 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ android.nonTransitiveRClass=true org.gradle.daemon=true org.gradle.jvmargs=-Xms128m -Xmx2560m -XX:+CMSClassUnloadingEnabled group=com.mparticle -version=1.5.1 \ No newline at end of file +version=1.5.2 \ No newline at end of file