diff --git a/CHANGELOG.md b/CHANGELOG.md index 907005a..2b03c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.2](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.1...v1.4.2) (2022-10-24) + + +### Updates & Maintenance + +* Add dependabot automerge job ([#7](https://github.com/mParticle/mparticle-android-media-sdk/issues/7)) ([e6a6952](https://github.com/mParticle/mparticle-android-media-sdk/commit/e6a69524fd826ccab7c11e3da3a5f70e3c4e6683)) +* bump up to Android 13 and add in CI improvements ([#5](https://github.com/mParticle/mparticle-android-media-sdk/issues/5)) ([a02e72c](https://github.com/mParticle/mparticle-android-media-sdk/commit/a02e72ce887a593a4418a45db6badc88f3279ccc)) + ## [1.4.1](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.0...v1.4.1) (2022-07-07) diff --git a/README.md b/README.md index 59515c3..789911f 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.1' + implementation 'com.mparticle:android-media:1.4.2' } ``` diff --git a/gradle.properties b/gradle.properties index 018d1f8..5ee827d 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.1 \ No newline at end of file +version=1.4.2 \ No newline at end of file