Skip to content

Commit 555b725

Browse files
chore: 5.76.1 (release)
## [5.76.1](v5.76.0...v5.76.1) (2026-01-29) ### Updates & Maintenance * bump actions/checkout from 6.0.1 to 6.0.2 ([#641](#641)) ([227b421](227b421)) * Update submodules ([e6dbcb8](e6dbcb8))
1 parent e6dbcb8 commit 555b725

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.76.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.76.0...v5.76.1) (2026-01-29)
2+
3+
4+
### Updates & Maintenance
5+
6+
* bump actions/checkout from 6.0.1 to 6.0.2 ([#641](https://github.com/mParticle/mparticle-android-sdk/issues/641)) ([227b421](https://github.com/mParticle/mparticle-android-sdk/commit/227b4218fef761a82fe10ca0e0fdd5668b0f4979))
7+
* Update submodules ([e6dbcb8](https://github.com/mParticle/mparticle-android-sdk/commit/e6dbcb8f57d491d1e43457dca2f44b192ad5be29))
8+
19
## [5.76.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.75.1...v5.76.0) (2026-01-27)
210

311

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.0'
23+
implementation 'com.mparticle:android-core:5.76.1'
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.0',
35-
'com.mparticle:android-another-kit:5.76.0'
34+
'com.mparticle:android-example-kit:5.76.1',
35+
'com.mparticle:android-another-kit:5.76.1'
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.0-SNAPSHOT'
66+
version = '5.76.1-SNAPSHOT'
6767
if (project.hasProperty('isRelease') && project.isRelease) {
6868
version = version.toString().replace("-SNAPSHOT", "")
6969
}

0 commit comments

Comments
 (0)