Skip to content

Commit 37a5617

Browse files
chore: 5.77.0 (release)
## [5.77.0](v5.76.1...v5.77.0) (2026-02-03) ### Features * Add support for Get / Set SessionId on Rokt ([#645](#645)) ([2956a05](2956a05)) ### Bug Fixes * Validate js-sdk-file input for Gradle 8 compatibility ([#644](#644)) ([2725387](2725387)) ### Updates & Maintenance * Update submodules ([d5d503f](d5d503f))
1 parent d5d503f commit 37a5617

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [5.77.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.76.1...v5.77.0) (2026-02-03)
2+
3+
4+
### Features
5+
6+
* Add support for Get / Set SessionId on Rokt ([#645](https://github.com/mParticle/mparticle-android-sdk/issues/645)) ([2956a05](https://github.com/mParticle/mparticle-android-sdk/commit/2956a0547f93914e89e34c70f22820f0a3ea26ba))
7+
8+
9+
### Bug Fixes
10+
11+
* Validate js-sdk-file input for Gradle 8 compatibility ([#644](https://github.com/mParticle/mparticle-android-sdk/issues/644)) ([2725387](https://github.com/mParticle/mparticle-android-sdk/commit/2725387df98c77dff9bf251fb528fc8241f4409c))
12+
13+
14+
### Updates & Maintenance
15+
16+
* Update submodules ([d5d503f](https://github.com/mParticle/mparticle-android-sdk/commit/d5d503fe8443222777d08bbe667696402753a8b8))
17+
118
## [5.76.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.76.0...v5.76.1) (2026-01-29)
219

320

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
2020

2121
```groovy
2222
dependencies {
23-
implementation 'com.mparticle:android-core:5.76.1'
23+
implementation 'com.mparticle:android-core:5.77.0'
2424
}
2525
```
2626

@@ -31,8 +31,8 @@ Several integrations require additional client-side add-on libraries called "kit
3131
```groovy
3232
dependencies {
3333
implementation (
34-
'com.mparticle:android-example-kit:5.76.1',
35-
'com.mparticle:android-another-kit:5.76.1'
34+
'com.mparticle:android-example-kit:5.77.0',
35+
'com.mparticle:android-another-kit:5.77.0'
3636
)
3737
}
3838
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ subprojects {
6363

6464
allprojects {
6565
group = 'com.mparticle'
66-
version = '5.76.1-SNAPSHOT'
66+
version = '5.77.0-SNAPSHOT'
6767
if (project.hasProperty('isRelease') && project.isRelease) {
6868
version = version.toString().replace("-SNAPSHOT", "")
6969
}

0 commit comments

Comments
 (0)