Skip to content

Commit 892a778

Browse files
chore: 5.78.3 (release)
## [5.78.3](v5.78.2...v5.78.3) (2026-03-11) ### Updates & Maintenance * bump actions/upload-artifact from 6 to 7 ([#649](#649)) ([0a188b1](0a188b1)) * Update submodules ([cbb17d7](cbb17d7))
1 parent cbb17d7 commit 892a778

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.78.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.2...v5.78.3) (2026-03-11)
2+
3+
4+
### Updates & Maintenance
5+
6+
* bump actions/upload-artifact from 6 to 7 ([#649](https://github.com/mParticle/mparticle-android-sdk/issues/649)) ([0a188b1](https://github.com/mParticle/mparticle-android-sdk/commit/0a188b1f88efde471f8d6bff2aa8611b1b4bf956))
7+
* Update submodules ([cbb17d7](https://github.com/mParticle/mparticle-android-sdk/commit/cbb17d7e359d41d8d7577a9516cf7788c7288442))
8+
19
## [5.78.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.1...v5.78.2) (2026-02-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.78.2'
23+
implementation 'com.mparticle:android-core:5.78.3'
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.78.2',
35-
'com.mparticle:android-another-kit:5.78.2'
34+
'com.mparticle:android-example-kit:5.78.3',
35+
'com.mparticle:android-another-kit:5.78.3'
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.78.2-SNAPSHOT'
66+
version = '5.78.3-SNAPSHOT'
6767
if (project.hasProperty('isRelease') && project.isRelease) {
6868
version = version.toString().replace("-SNAPSHOT", "")
6969
}

0 commit comments

Comments
 (0)