Skip to content

Commit 0130a2a

Browse files
chore: 1.4.3 (release)
## [1.4.3](v1.4.2...v1.4.3) (2023-02-15) ### Updates & Maintenance * add in dependabot save pr number step ([7bf4e0b](7bf4e0b)) * bump android from 1.7.20 to 1.7.21 ([#9](#9)) ([418791a](418791a)) * bump android from 1.7.21 to 1.7.22 ([#10](#10)) ([83dda33](83dda33)) * bump android from 1.7.22 to 1.8.0 ([#11](#11)) ([15717ae](15717ae)) * bump android from 1.8.0 to 1.8.10 ([#17](#17)) ([5c043b4](5c043b4)) * bump com.android.library from 7.3.1 to 7.4.0 ([#12](#12)) ([35ddb2f](35ddb2f)) * bump com.android.library from 7.4.0 to 7.4.1 ([#16](#16)) ([23512a8](23512a8)) * bump junit from 4.12 to 4.13.2 ([#6](#6)) ([75e78c8](75e78c8)) * bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.1.0 ([#14](#14)) ([617aba0](617aba0)) * bump org.jlleitschuh.gradle.ktlint from 11.1.0 to 11.2.0 ([#18](#18)) ([099d0d9](099d0d9)) * point to correct dependabot automerge version ([ef77285](ef77285))
1 parent de27e3a commit 0130a2a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.4.3](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.2...v1.4.3) (2023-02-15)
2+
3+
4+
### Updates & Maintenance
5+
6+
* add in dependabot save pr number step ([7bf4e0b](https://github.com/mParticle/mparticle-android-media-sdk/commit/7bf4e0b1be3291274e41fa1bcc763d0a05039c39))
7+
* bump android from 1.7.20 to 1.7.21 ([#9](https://github.com/mParticle/mparticle-android-media-sdk/issues/9)) ([418791a](https://github.com/mParticle/mparticle-android-media-sdk/commit/418791aa0cd2e7c922e37ed2a21b5bbed74d5de4))
8+
* bump android from 1.7.21 to 1.7.22 ([#10](https://github.com/mParticle/mparticle-android-media-sdk/issues/10)) ([83dda33](https://github.com/mParticle/mparticle-android-media-sdk/commit/83dda33f7e2fbfd55f703b9e6c5d25b3368a5c27))
9+
* bump android from 1.7.22 to 1.8.0 ([#11](https://github.com/mParticle/mparticle-android-media-sdk/issues/11)) ([15717ae](https://github.com/mParticle/mparticle-android-media-sdk/commit/15717ae48e117c3b127106e6c73ca5b45eea5b60))
10+
* bump android from 1.8.0 to 1.8.10 ([#17](https://github.com/mParticle/mparticle-android-media-sdk/issues/17)) ([5c043b4](https://github.com/mParticle/mparticle-android-media-sdk/commit/5c043b4868e2c4bc6c6c403cb97b34e60de95852))
11+
* bump com.android.library from 7.3.1 to 7.4.0 ([#12](https://github.com/mParticle/mparticle-android-media-sdk/issues/12)) ([35ddb2f](https://github.com/mParticle/mparticle-android-media-sdk/commit/35ddb2f3d18e9dffe253121c85e07eacd704aaf2))
12+
* bump com.android.library from 7.4.0 to 7.4.1 ([#16](https://github.com/mParticle/mparticle-android-media-sdk/issues/16)) ([23512a8](https://github.com/mParticle/mparticle-android-media-sdk/commit/23512a8e7df967c2e84f2c61a4d4ea1c07b9735b))
13+
* bump junit from 4.12 to 4.13.2 ([#6](https://github.com/mParticle/mparticle-android-media-sdk/issues/6)) ([75e78c8](https://github.com/mParticle/mparticle-android-media-sdk/commit/75e78c86eace520d0b1ced22d210854cccbe8bb2))
14+
* bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.1.0 ([#14](https://github.com/mParticle/mparticle-android-media-sdk/issues/14)) ([617aba0](https://github.com/mParticle/mparticle-android-media-sdk/commit/617aba0eeb18306e8ca6f617b2f0430f1eb1af07))
15+
* bump org.jlleitschuh.gradle.ktlint from 11.1.0 to 11.2.0 ([#18](https://github.com/mParticle/mparticle-android-media-sdk/issues/18)) ([099d0d9](https://github.com/mParticle/mparticle-android-media-sdk/commit/099d0d9237fcc2c8093b8feab2c30aa1999f179a))
16+
* point to correct dependabot automerge version ([ef77285](https://github.com/mParticle/mparticle-android-media-sdk/commit/ef772850003a320b5072b3b9b53c674c521e9af7))
17+
118
## [1.4.2](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.1...v1.4.2) (2022-10-24)
219

320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
2424

2525
```groovy
2626
dependencies {
27-
implementation 'com.mparticle:android-media:1.4.2'
27+
implementation 'com.mparticle:android-media:1.4.3'
2828
}
2929
```
3030

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ android.nonTransitiveRClass=true
44
org.gradle.daemon=true
55
org.gradle.jvmargs=-Xms128m -Xmx2560m -XX:+CMSClassUnloadingEnabled
66
group=com.mparticle
7-
version=1.4.2
7+
version=1.4.3

0 commit comments

Comments
 (0)