Skip to content

Commit fa5bf5f

Browse files
chore: 5.79.1 (release)
## [5.79.1](v5.79.0...v5.79.1) (2026-05-27) ### Bug Fixes * **ci:** pin isolated-kit gradle version to prevent 6.0.0-rc.1 pull ([#714](#714)) ([eff10ea](eff10ea)) ### Updates & Maintenance * bump trunk-io/trunk-action from 1.2.4 to 1.3.1 ([#705](#705)) ([f4ceca7](f4ceca7)) * Update submodules ([e435979](e435979))
1 parent e435979 commit fa5bf5f

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.79.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.79.0...v5.79.1) (2026-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** pin isolated-kit gradle version to prevent 6.0.0-rc.1 pull ([#714](https://github.com/mParticle/mparticle-android-sdk/issues/714)) ([eff10ea](https://github.com/mParticle/mparticle-android-sdk/commit/eff10ead69167f0ea3df248b2bbed089397600cd))
7+
8+
9+
### Updates & Maintenance
10+
11+
* bump trunk-io/trunk-action from 1.2.4 to 1.3.1 ([#705](https://github.com/mParticle/mparticle-android-sdk/issues/705)) ([f4ceca7](https://github.com/mParticle/mparticle-android-sdk/commit/f4ceca7de2c2ba01ea87c98698ef7bb84991b4ab))
12+
* Update submodules ([e435979](https://github.com/mParticle/mparticle-android-sdk/commit/e435979e1e966ef2b318bb29135852f9d55df55a))
13+
114
## [5.79.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.5...v5.79.0) (2026-05-14)
215

316

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

0 commit comments

Comments
 (0)