File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 5.71.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.70.3...v5.71.0 ) (2025-07-15)
2+
3+
4+ ### Features
5+
6+ * Add Rokt close implementation ([ #596 ] ( https://github.com/mParticle/mparticle-android-sdk/issues/596 ) ) ([ 371d27a] ( https://github.com/mParticle/mparticle-android-sdk/commit/371d27aa8c6ac13d604b68fb241bb5701f6f44ad ) )
7+
8+
9+ ### Updates & Maintenance
10+
11+ * Update submodules ([ f2dfad0] ( https://github.com/mParticle/mparticle-android-sdk/commit/f2dfad0252e3e3a4112fde7d6fd30421192bed3a ) )
12+
113## [ 5.70.3] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.70.2...v5.70.3 ) (2025-07-09)
214
315
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
1616
1717``` groovy
1818dependencies {
19- implementation 'com.mparticle:android-core:5.70.3 '
19+ implementation 'com.mparticle:android-core:5.71.0 '
2020}
2121```
2222
@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727``` groovy
2828dependencies {
2929 implementation (
30- 'com.mparticle:android-example-kit:5.70.3 ',
31- 'com.mparticle:android-another-kit:5.70.3 '
30+ 'com.mparticle:android-example-kit:5.71.0 ',
31+ 'com.mparticle:android-another-kit:5.71.0 '
3232 )
3333}
3434```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subprojects {
3535
3636allprojects {
3737 group = ' com.mparticle'
38- version = ' 5.70.3 -SNAPSHOT'
38+ version = ' 5.71.0 -SNAPSHOT'
3939 if (project. hasProperty(' isRelease' ) && project. isRelease) {
4040 version = version. toString(). replace(" -SNAPSHOT" , " " )
4141 }
You can’t perform that action at this time.
0 commit comments