Skip to content

Commit 95d2535

Browse files
chore: 5.74.1 (release)
## [5.74.1](v5.74.0...v5.74.1) (2025-10-21) ### Bug Fixes * Add proguard rules to prevent stripping of Rokt class ([#607](#607)) ([18ef17b](18ef17b)) ### Updates & Maintenance * Change release to use main branch ([#609](#609)) ([7d41cc3](7d41cc3)) * Update submodules ([e233046](e233046))
1 parent e233046 commit 95d2535

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.74.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.74.0...v5.74.1) (2025-10-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Add proguard rules to prevent stripping of Rokt class ([#607](https://github.com/mParticle/mparticle-android-sdk/issues/607)) ([18ef17b](https://github.com/mParticle/mparticle-android-sdk/commit/18ef17bdf23e388f736814b5d9f579af3258229c))
7+
8+
9+
### Updates & Maintenance
10+
11+
* Change release to use main branch ([#609](https://github.com/mParticle/mparticle-android-sdk/issues/609)) ([7d41cc3](https://github.com/mParticle/mparticle-android-sdk/commit/7d41cc3230ea4df8f6d4b639414e5afa66705828))
12+
* Update submodules ([e233046](https://github.com/mParticle/mparticle-android-sdk/commit/e233046a09d4de845d4cf4a7bf75d03dcb12aa3b))
13+
114
## [5.74.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.73.2...v5.74.0) (2025-09-23)
215

316

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

0 commit comments

Comments
 (0)