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.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
Original file line number Diff line number Diff 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
2020dependencies {
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
3030dependencies {
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```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subprojects {
3535
3636allprojects {
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 }
You can’t perform that action at this time.
0 commit comments