From 6d4e218a1c2cc85bee48f5d12c037995a3e16494 Mon Sep 17 00:00:00 2001 From: mparticle-bot Date: Thu, 7 Jul 2022 15:03:43 +0000 Subject: [PATCH] chore(release): 1.4.1 ## [1.4.1](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.0...v1.4.1) (2022-07-07) ### Bug Fixes * artifactId value ([#4](https://github.com/mParticle/mparticle-android-media-sdk/issues/4)) ([586c79f](https://github.com/mParticle/mparticle-android-media-sdk/commit/586c79f9a13f792c8fd7882fbea727257917adfd)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41902d..907005a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.0...v1.4.1) (2022-07-07) + + +### Bug Fixes + +* artifactId value ([#4](https://github.com/mParticle/mparticle-android-media-sdk/issues/4)) ([586c79f](https://github.com/mParticle/mparticle-android-media-sdk/commit/586c79f9a13f792c8fd7882fbea727257917adfd)) + ## [1.4.0](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.3.2...v1.4.0) (2022-05-26) diff --git a/README.md b/README.md index 1ded5c8..59515c3 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.4.0' + implementation 'com.mparticle:android-media:1.4.1' } ``` diff --git a/gradle.properties b/gradle.properties index 5266e93..018d1f8 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.4.0 \ No newline at end of file +version=1.4.1 \ No newline at end of file