Skip to content

Commit

Permalink
chore: 1.4.2 (release)
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2022-10-24)

### Updates & Maintenance

* Add dependabot automerge job ([#7](#7)) ([e6a6952](e6a6952))
* bump up to Android 13 and add in CI improvements ([#5](#5)) ([a02e72c](a02e72c))
  • Loading branch information
mparticle-automation committed Oct 24, 2022
1 parent e6a6952 commit 253ba08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
version=1.4.2

0 comments on commit 253ba08

Please sign in to comment.