File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 5.78.1] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.0...v5.78.1 ) (2026-02-27)
2+
3+
4+ ### Updates & Maintenance
5+
6+ * Add AGENTS file ([ #646 ] ( https://github.com/mParticle/mparticle-android-sdk/issues/646 ) ) ([ 8e227fd] ( https://github.com/mParticle/mparticle-android-sdk/commit/8e227fd256d36bdcc92cfd58ecf81806e15d3c56 ) )
7+ * add isolated kit support for urbanairship-kit ([ #647 ] ( https://github.com/mParticle/mparticle-android-sdk/issues/647 ) ) ([ 2b24344] ( https://github.com/mParticle/mparticle-android-sdk/commit/2b24344cb338e9704a4cce2bc204eb32c8213492 ) )
8+ * Update submodules ([ 0200c4c] ( https://github.com/mParticle/mparticle-android-sdk/commit/0200c4c5b74f17ac55663651e80f6dfae84fe12d ) )
9+
110## [ 5.78.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.77.0...v5.78.0 ) (2026-02-12)
211
312
Original file line number Diff line number Diff 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
2222dependencies {
23- implementation 'com.mparticle:android-core:5.78.0 '
23+ implementation 'com.mparticle:android-core:5.78.1 '
2424}
2525```
2626
@@ -31,8 +31,8 @@ Several integrations require additional client-side add-on libraries called "kit
3131``` groovy
3232dependencies {
3333 implementation (
34- 'com.mparticle:android-example-kit:5.78.0 ',
35- 'com.mparticle:android-another-kit:5.78.0 '
34+ 'com.mparticle:android-example-kit:5.78.1 ',
35+ 'com.mparticle:android-another-kit:5.78.1 '
3636 )
3737}
3838```
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ subprojects {
6363
6464allprojects {
6565 group = ' com.mparticle'
66- version = ' 5.78.0 -SNAPSHOT'
66+ version = ' 5.78.1 -SNAPSHOT'
6767 if (project. hasProperty(' isRelease' ) && project. isRelease) {
6868 version = version. toString(). replace(" -SNAPSHOT" , " " )
6969 }
You can’t perform that action at this time.
0 commit comments