Skip to content

Commit

Permalink
chore: 5.55.1 (release)
Browse files Browse the repository at this point in the history
## [5.55.1](v5.55.0...v5.55.1) (2024-02-06)

### Bug Fixes

* SQDSDK-5597 - Get ad id in background thread ([#463](#463)) ([679d987](679d987))

### Updates & Maintenance

* Update submodules ([d4f2512](d4f2512))
  • Loading branch information
mparticle-automation committed Feb 6, 2024
1 parent d4f2512 commit 180e505
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [5.55.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.0...v5.55.1) (2024-02-06)


### Bug Fixes

* SQDSDK-5597 - Get ad id in background thread ([#463](https://github.com/mParticle/mparticle-android-sdk/issues/463)) ([679d987](https://github.com/mParticle/mparticle-android-sdk/commit/679d9875ba56d421e5d6f2d1d9dbb5cc2189f533))


### Updates & Maintenance

* Update submodules ([d4f2512](https://github.com/mParticle/mparticle-android-sdk/commit/d4f2512daaacf1c5d33545f13aae9e369fb9f02c))

## [5.55.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.54.0...v5.55.0) (2023-12-13)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll

```groovy
dependencies {
implementation 'com.mparticle:android-core:5.55.0'
implementation 'com.mparticle:android-core:5.55.1'
}
```

Expand All @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
```groovy
dependencies {
implementation (
'com.mparticle:android-example-kit:5.55.0',
'com.mparticle:android-another-kit:5.55.0'
'com.mparticle:android-example-kit:5.55.1',
'com.mparticle:android-another-kit:5.55.1'
)
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {

allprojects {
group = 'com.mparticle'
version = '5.55.0-SNAPSHOT'
version = '5.55.1-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit 180e505

Please sign in to comment.