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.54.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.2...v5.54.0 ) (2023-11-03)
2+
3+
4+ ### Features
5+
6+ * update CI in kits ([ 5b12dbc] ( https://github.com/mParticle/mparticle-android-sdk/commit/5b12dbc9b3bf1f72651d1d96882bab104fa434b1 ) )
7+
8+
9+ ### Bug Fixes
10+
11+ * kit syntax for lint ([ fc63aa1] ( https://github.com/mParticle/mparticle-android-sdk/commit/fc63aa11683bd8b95fb8300fadcb9a9753fe0eec ) )
12+ * remove daily cron and fix branch deletion ([ 57fda36] ( https://github.com/mParticle/mparticle-android-sdk/commit/57fda36576e5967e5fc2b0cbb7a3f1f1f4c7c902 ) )
13+
14+
15+ ### Updates & Maintenance
16+
17+ * pin all third party github actions ([ 74bcca8] ( https://github.com/mParticle/mparticle-android-sdk/commit/74bcca86215539a7d452588feb481f1c39554262 ) )
18+
119## [ 5.53.2] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.1...v5.53.2 ) (2023-10-16)
220
321
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
1616
1717``` groovy
1818dependencies {
19- implementation 'com.mparticle:android-core:5.53.2 '
19+ implementation 'com.mparticle:android-core:5.54.0 '
2020}
2121```
2222
@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727``` groovy
2828dependencies {
2929 implementation (
30- 'com.mparticle:android-example-kit:5.53.2 ',
31- 'com.mparticle:android-another-kit:5.53.2 '
30+ 'com.mparticle:android-example-kit:5.54.0 ',
31+ 'com.mparticle:android-another-kit:5.54.0 '
3232 )
3333}
3434```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subprojects {
3535
3636allprojects {
3737 group = ' com.mparticle'
38- version = ' 5.53.2 -SNAPSHOT'
38+ version = ' 5.54.0 -SNAPSHOT'
3939 if (project. hasProperty(' isRelease' ) && project. isRelease) {
4040 version = version. toString(). replace(" -SNAPSHOT" , " " )
4141 }
You can’t perform that action at this time.
0 commit comments