Skip to content

Commit c253d21

Browse files
chore: 5.74.2 (release)
## [5.74.2](v5.74.1...v5.74.2) (2025-10-28) ### Updates & Maintenance * Update submodules ([c0b4106](c0b4106))
1 parent c0b4106 commit c253d21

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.74.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.74.1...v5.74.2) (2025-10-28)
2+
3+
4+
### Updates & Maintenance
5+
6+
* Update submodules ([c0b4106](https://github.com/mParticle/mparticle-android-sdk/commit/c0b4106618780ee0e80bff12ce9a042c19da81dc))
7+
18
## [5.74.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.74.0...v5.74.1) (2025-10-21)
29

310

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.1'
21+
implementation 'com.mparticle:android-core:5.74.2'
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.1',
33-
'com.mparticle:android-another-kit:5.74.1'
32+
'com.mparticle:android-example-kit:5.74.2',
33+
'com.mparticle:android-another-kit:5.74.2'
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.1-SNAPSHOT'
38+
version = '5.74.2-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)