Skip to content

Commit 86b41cc

Browse files
chore: 5.54.0 (release)
## [5.54.0](v5.53.2...v5.54.0) (2023-11-03) ### Features * update CI in kits ([5b12dbc](5b12dbc)) ### Bug Fixes * kit syntax for lint ([fc63aa1](fc63aa1)) * remove daily cron and fix branch deletion ([57fda36](57fda36)) ### Updates & Maintenance * pin all third party github actions ([74bcca8](74bcca8))
1 parent 5b12dbc commit 86b41cc

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1818
dependencies {
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
2828
dependencies {
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
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

3636
allprojects {
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
}

0 commit comments

Comments
 (0)