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.80.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.79.2...v5.80.0 ) (2026-06-25)
2+
3+
4+ ### Features
5+
6+ * add device-based consent to override MPID-scoped consent ([ #726 ] ( https://github.com/mParticle/mparticle-android-sdk/issues/726 ) ) ([ e92d352] ( https://github.com/mParticle/mparticle-android-sdk/commit/e92d3522a350be90a1f15eb3b81d5e6f089f1aed ) )
7+
18## Unreleased
29
310### Added
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.79.2 '
23+ implementation 'com.mparticle:android-core:5.80.0 '
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.79.2 ',
35- 'com.mparticle:android-another-kit:5.79.2 '
34+ 'com.mparticle:android-example-kit:5.80.0 ',
35+ 'com.mparticle:android-another-kit:5.80.0 '
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.79.2 -SNAPSHOT'
66+ version = ' 5.80.0 -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