Skip to content

Commit a7ad111

Browse files
chore: 5.70.3 (release)
## [5.70.3](v5.70.2...v5.70.3) (2025-07-08) ### Bug Fixes * Refactor InstallReferrerClient to use reflection ([#592](#592)) ([2d00a6d](2d00a6d)) ### Updates & Maintenance * Migrate from OSSRH to Central Publishing Portal ([#594](#594)) ([c3eb8bf](c3eb8bf)) * Update GitHub Actions workflow ([#593](#593)) ([48b546b](48b546b)) * Update kit plugin publishing URL from OSSRH to CPP ([#595](#595)) ([bc546ea](bc546ea))
1 parent bc546ea commit a7ad111

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [5.70.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.70.2...v5.70.3) (2025-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Refactor InstallReferrerClient to use reflection ([#592](https://github.com/mParticle/mparticle-android-sdk/issues/592)) ([2d00a6d](https://github.com/mParticle/mparticle-android-sdk/commit/2d00a6d6f29255c759115fa3baa605daa656ff94))
7+
8+
9+
### Updates & Maintenance
10+
11+
* Migrate from OSSRH to Central Publishing Portal ([#594](https://github.com/mParticle/mparticle-android-sdk/issues/594)) ([c3eb8bf](https://github.com/mParticle/mparticle-android-sdk/commit/c3eb8bfecf333b9a18fad315ad058e5575407723))
12+
* Update GitHub Actions workflow ([#593](https://github.com/mParticle/mparticle-android-sdk/issues/593)) ([48b546b](https://github.com/mParticle/mparticle-android-sdk/commit/48b546ba22a0bbbd3420321a887f0bf7aaa7f4b1))
13+
* Update kit plugin publishing URL from OSSRH to CPP ([#595](https://github.com/mParticle/mparticle-android-sdk/issues/595)) ([bc546ea](https://github.com/mParticle/mparticle-android-sdk/commit/bc546ea072a4abe215d54cf90b648e1aafee567f))
14+
115
## [5.70.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.70.1...v5.70.2) (2025-06-25)
216

317

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1818
dependencies {
19-
implementation 'com.mparticle:android-core:5.70.2'
19+
implementation 'com.mparticle:android-core:5.70.3'
2020
}
2121
```
2222

@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727
```groovy
2828
dependencies {
2929
implementation (
30-
'com.mparticle:android-example-kit:5.70.2',
31-
'com.mparticle:android-another-kit:5.70.2'
30+
'com.mparticle:android-example-kit:5.70.3',
31+
'com.mparticle:android-another-kit:5.70.3'
3232
)
3333
}
3434
```

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.70.2-SNAPSHOT'
38+
version = '5.70.3-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)