Skip to content

Commit

Permalink
chore: 5.48.0 (release)
Browse files Browse the repository at this point in the history
## [5.48.0](v5.47.4...v5.48.0) (2022-11-03)

### Features

* Investigate dependabot automerge Mockito library upgrade. ([#264](#264)) ([982bf29](982bf29))

### Bug Fixes

* mParticle crashing on push notifications for android 12 and above ([#266](#266)) ([88ddb94](88ddb94))

### Updates & Maintenance

* Update submodules ([4ffafcf](4ffafcf))
  • Loading branch information
mparticle-automation committed Nov 3, 2022
1 parent 4ffafcf commit 46aa6f4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [5.48.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.47.4...v5.48.0) (2022-11-03)


### Features

* Investigate dependabot automerge Mockito library upgrade. ([#264](https://github.com/mParticle/mparticle-android-sdk/issues/264)) ([982bf29](https://github.com/mParticle/mparticle-android-sdk/commit/982bf299283608f5c7987bea28d5b9da2844d1d5))


### Bug Fixes

* mParticle crashing on push notifications for android 12 and above ([#266](https://github.com/mParticle/mparticle-android-sdk/issues/266)) ([88ddb94](https://github.com/mParticle/mparticle-android-sdk/commit/88ddb9415d5f240482540c0c0b3e26b818838d96))


### Updates & Maintenance

* Update submodules ([4ffafcf](https://github.com/mParticle/mparticle-android-sdk/commit/4ffafcf4fa1c94811fd4f498bb3c0237363f61a8))

## [5.47.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.47.3...v5.47.4) (2022-11-02)


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.47.4'
implementation 'com.mparticle:android-core:5.48.0'
}
```

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.47.4',
'com.mparticle:android-another-kit:5.47.4'
'com.mparticle:android-example-kit:5.48.0',
'com.mparticle:android-another-kit:5.48.0'
)
}
```
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.47.4-SNAPSHOT'
version = '5.48.0-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit 46aa6f4

Please sign in to comment.