Skip to content

Commit 37298e2

Browse files
chore: 5.64.0 (release)
## [5.64.0](v5.63.0...v5.64.0) (2025-05-30) ### Features * Fire Identify if Provided Email in Rokt SelectPlacements ([#578](#578)) ([8325080](8325080)) ### Bug Fixes * Removes `messageQueue` since produces memory leaks ([#576](#576)) ([5a2c35a](5a2c35a)) ### Updates & Maintenance * Migrate Internal listeners class to kotlin ([#548](#548)) ([de96056](de96056)) * Update submodules ([5ffd95f](5ffd95f))
1 parent 5ffd95f commit 37298e2

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.64.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.63.0...v5.64.0) (2025-05-30)
2+
3+
4+
### Features
5+
6+
* Fire Identify if Provided Email in Rokt SelectPlacements ([#578](https://github.com/mParticle/mparticle-android-sdk/issues/578)) ([8325080](https://github.com/mParticle/mparticle-android-sdk/commit/8325080ea251daf7e3f380db83c031b5ea91a960))
7+
8+
9+
### Bug Fixes
10+
11+
* Removes `messageQueue` since produces memory leaks ([#576](https://github.com/mParticle/mparticle-android-sdk/issues/576)) ([5a2c35a](https://github.com/mParticle/mparticle-android-sdk/commit/5a2c35a791c2063942df73766129344f075ac59c))
12+
13+
14+
### Updates & Maintenance
15+
16+
* Migrate Internal listeners class to kotlin ([#548](https://github.com/mParticle/mparticle-android-sdk/issues/548)) ([de96056](https://github.com/mParticle/mparticle-android-sdk/commit/de96056f03c0d812e492aff2cb1d8c83650df720))
17+
* Update submodules ([5ffd95f](https://github.com/mParticle/mparticle-android-sdk/commit/5ffd95f67f4ee25d114ac9be4dfa57d7e77d03d1))
18+
119
## [5.63.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.62.2...v5.63.0) (2025-05-12)
220

321

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.63.0'
19+
implementation 'com.mparticle:android-core:5.64.0'
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.63.0',
31-
'com.mparticle:android-another-kit:5.63.0'
30+
'com.mparticle:android-example-kit:5.64.0',
31+
'com.mparticle:android-another-kit:5.64.0'
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.63.0-SNAPSHOT'
38+
version = '5.64.0-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)