Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2022-07-07)

### Bug Fixes

* artifactId value ([#4](#4)) ([586c79f](586c79f))
  • Loading branch information
mparticle-automation committed Jul 7, 2022
1 parent 586c79f commit 6d4e218
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0'
implementation 'com.mparticle:android-media:1.4.1'
}
```

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.0
version=1.4.1

0 comments on commit 6d4e218

Please sign in to comment.