Skip to content

Commit

Permalink
chore: 1.5.2 (release)
Browse files Browse the repository at this point in the history
## [1.5.2](v1.5.1...v1.5.2) (2023-09-21)

### Updates & Maintenance

* bump android from 1.9.0 to 1.9.10 ([#46](#46)) ([39d5a50](39d5a50))
* bump org.jlleitschuh.gradle.ktlint from 11.5.0 to 11.5.1 ([#44](#44)) ([4d88e55](4d88e55))
* bump org.jlleitschuh.gradle.ktlint from 11.5.1 to 11.6.0 ([#49](#49)) ([d511ca3](d511ca3))
  • Loading branch information
mparticle-automation committed Sep 21, 2023
1 parent 8dbced9 commit bd08f9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.5.1'
implementation 'com.mparticle:android-media:1.5.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.5.1
version=1.5.2

0 comments on commit bd08f9b

Please sign in to comment.