Skip to content

Commit 0a72b72

Browse files
chore: 5.74.3 (release)
## [5.74.3](v5.74.2...v5.74.3) (2025-11-04) ### Updates & Maintenance * Add step to ensure deployment visibility ([#611](#611)) ([9b5af9e](9b5af9e)) * bump actions/cache from 3 to 4 ([#622](#622)) ([7c46e93](7c46e93)) * bump actions/checkout from 3 to 5 ([#617](#617)) ([59fd344](59fd344)) * bump actions/upload-artifact from 4 to 5 ([#614](#614)) ([d4f7882](d4f7882)) * bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.3.0 ([#615](#615)) ([8881009](8881009)) * bump reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0 ([#623](#623)) ([15a16a8](15a16a8)) * Enable Dependabot for Github Actions ([#608](#608)) ([0174ff2](0174ff2)) * Remove target branch check ([#610](#610)) ([ac69641](ac69641)) * Update submodules ([ec57498](ec57498))
1 parent ec57498 commit 0a72b72

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [5.74.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.74.2...v5.74.3) (2025-11-04)
2+
3+
4+
### Updates & Maintenance
5+
6+
* Add step to ensure deployment visibility ([#611](https://github.com/mParticle/mparticle-android-sdk/issues/611)) ([9b5af9e](https://github.com/mParticle/mparticle-android-sdk/commit/9b5af9e2ddc761dfe8552d5801fe1bac38df2a8e))
7+
* bump actions/cache from 3 to 4 ([#622](https://github.com/mParticle/mparticle-android-sdk/issues/622)) ([7c46e93](https://github.com/mParticle/mparticle-android-sdk/commit/7c46e9320bc94f1ce72c9786fdcca0ddd89dd661))
8+
* bump actions/checkout from 3 to 5 ([#617](https://github.com/mParticle/mparticle-android-sdk/issues/617)) ([59fd344](https://github.com/mParticle/mparticle-android-sdk/commit/59fd34423643f25aea5b0e5aac35256d789e7c86))
9+
* bump actions/upload-artifact from 4 to 5 ([#614](https://github.com/mParticle/mparticle-android-sdk/issues/614)) ([d4f7882](https://github.com/mParticle/mparticle-android-sdk/commit/d4f788229a363fd150a9f43895d8e32425db0f64))
10+
* bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.3.0 ([#615](https://github.com/mParticle/mparticle-android-sdk/issues/615)) ([8881009](https://github.com/mParticle/mparticle-android-sdk/commit/88810095bd87f945d8476c66999b54aead05c758))
11+
* bump reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0 ([#623](https://github.com/mParticle/mparticle-android-sdk/issues/623)) ([15a16a8](https://github.com/mParticle/mparticle-android-sdk/commit/15a16a8275f29bb0f4e7a6239bed5d88d7c969f5))
12+
* Enable Dependabot for Github Actions ([#608](https://github.com/mParticle/mparticle-android-sdk/issues/608)) ([0174ff2](https://github.com/mParticle/mparticle-android-sdk/commit/0174ff2483636bd519f2f597aefc2d19f4db9d5c))
13+
* Remove target branch check ([#610](https://github.com/mParticle/mparticle-android-sdk/issues/610)) ([ac69641](https://github.com/mParticle/mparticle-android-sdk/commit/ac696417774da8c1f30593bc8c1b5d0e01f0c18a))
14+
* Update submodules ([ec57498](https://github.com/mParticle/mparticle-android-sdk/commit/ec57498a5fc007a2f99f3183046093452d8d461e))
15+
116
## [5.74.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.74.1...v5.74.2) (2025-10-28)
217

318

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
1818

1919
```groovy
2020
dependencies {
21-
implementation 'com.mparticle:android-core:5.74.2'
21+
implementation 'com.mparticle:android-core:5.74.3'
2222
}
2323
```
2424

@@ -29,8 +29,8 @@ Several integrations require additional client-side add-on libraries called "kit
2929
```groovy
3030
dependencies {
3131
implementation (
32-
'com.mparticle:android-example-kit:5.74.2',
33-
'com.mparticle:android-another-kit:5.74.2'
32+
'com.mparticle:android-example-kit:5.74.3',
33+
'com.mparticle:android-another-kit:5.74.3'
3434
)
3535
}
3636
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

3636
allprojects {
3737
group = 'com.mparticle'
38-
version = '5.74.2-SNAPSHOT'
38+
version = '5.74.3-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)