Skip to content

Commit

Permalink
chore(release): 5.41.2
Browse files Browse the repository at this point in the history
## [5.41.2](v5.41.1...v5.41.2) (2022-06-27)

### Bug Fixes

* clean up dependabot step ([#186](#186)) ([e9d5c30](e9d5c30))
* retain the original attribute value type when forwarded to kits ([#189](#189)) ([acb6ec4](acb6ec4))
* update dependabot token for pull_request ([#181](#181)) ([96b76b5](96b76b5))

### Documentation

* Create onboarding.md file in android sdk repo ([#180](#180)) ([1a6f715](1a6f715))

### Updates & Maintenance

* Update Submodules ([874f6ee](874f6ee))
  • Loading branch information
mparticle-automation committed Jun 27, 2022
1 parent 874f6ee commit bdf2476
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [5.41.2](https:/mParticle/mparticle-android-sdk/compare/v5.41.1...v5.41.2) (2022-06-27)


### Bug Fixes

* clean up dependabot step ([#186](https:/mParticle/mparticle-android-sdk/issues/186)) ([e9d5c30](https:/mParticle/mparticle-android-sdk/commit/e9d5c30a4ef4f383c603bf05ceab8bafb6f3dd6e))
* retain the original attribute value type when forwarded to kits ([#189](https:/mParticle/mparticle-android-sdk/issues/189)) ([acb6ec4](https:/mParticle/mparticle-android-sdk/commit/acb6ec48b03f1bb8630d23b4473376877d6eb17e))
* update dependabot token for pull_request ([#181](https:/mParticle/mparticle-android-sdk/issues/181)) ([96b76b5](https:/mParticle/mparticle-android-sdk/commit/96b76b5bc3e7a69360e4949a1f211259c7964e90))


### Documentation

* Create onboarding.md file in android sdk repo ([#180](https:/mParticle/mparticle-android-sdk/issues/180)) ([1a6f715](https:/mParticle/mparticle-android-sdk/commit/1a6f715f076603c75f30f45c5792ab4613715672))


### Updates & Maintenance

* Update Submodules ([874f6ee](https:/mParticle/mparticle-android-sdk/commit/874f6ee0eec33e41a33bb7cb9ce2c53134f04345))

## [5.41.1](https:/mParticle/mparticle-android-sdk/compare/v5.41.0...v5.41.1) (2022-06-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.41.1'
implementation 'com.mparticle:android-core:5.41.2'
}
```

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

0 comments on commit bdf2476

Please sign in to comment.