Skip to content

Commit 4b5a9df

Browse files
chore: 5.74.0 (release)
## [5.74.0](v5.73.2...v5.74.0) (2025-09-23) ### Features * map selected identity 'emailsha256' ([#601](#601)) ([498575f](498575f)) ### Documentation * Updated readme file and add contributing and release file ([#603](#603)) ([975f0a3](975f0a3)) ### Updates & Maintenance * remove SonarCloud GitHub Actions workflow ([#606](#606)) ([41bb52f](41bb52f)) * Update submodules ([705a321](705a321))
1 parent 705a321 commit 4b5a9df

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [5.74.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.73.2...v5.74.0) (2025-09-23)
2+
3+
4+
### Features
5+
6+
* map selected identity 'emailsha256' ([#601](https://github.com/mParticle/mparticle-android-sdk/issues/601)) ([498575f](https://github.com/mParticle/mparticle-android-sdk/commit/498575f072f09ec683b9f57b173916647149f990))
7+
8+
9+
### Documentation
10+
11+
* Updated readme file and add contributing and release file ([#603](https://github.com/mParticle/mparticle-android-sdk/issues/603)) ([975f0a3](https://github.com/mParticle/mparticle-android-sdk/commit/975f0a305ae6d8e7a2ee88e04f2bae83900d6ec8))
12+
13+
14+
### Updates & Maintenance
15+
16+
* remove SonarCloud GitHub Actions workflow ([#606](https://github.com/mParticle/mparticle-android-sdk/issues/606)) ([41bb52f](https://github.com/mParticle/mparticle-android-sdk/commit/41bb52ff441a909d929dc3d8e3e99c9aefc416f5))
17+
* Update submodules ([705a321](https://github.com/mParticle/mparticle-android-sdk/commit/705a321393c10c5e54f37a8f3232c576457e4d53))
18+
119
## [5.73.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.73.1...v5.73.2) (2025-09-09)
220

321

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

0 commit comments

Comments
 (0)