Skip to content

Commit

Permalink
chore(release): 5.36.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.36.1](v5.36.0...v5.36.1) (2022-03-08)

### Bug Fixes

* typo in GA4 kit name ([#112](#112)) ([45f9770](45f9770))
* update with proper kit configuration ([#113](#113)) ([7496077](7496077))
  • Loading branch information
mparticle-automation committed Mar 8, 2022
1 parent 31df41a commit 0f4446d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.36.1](https:/mParticle/mparticle-android-sdk/compare/v5.36.0...v5.36.1) (2022-03-08)


### Bug Fixes

* typo in GA4 kit name ([#112](https:/mParticle/mparticle-android-sdk/issues/112)) ([45f9770](https:/mParticle/mparticle-android-sdk/commit/45f97707b3abbf2082354f0fb647de4ff363490d))
* update with proper kit configuration ([#113](https:/mParticle/mparticle-android-sdk/issues/113)) ([7496077](https:/mParticle/mparticle-android-sdk/commit/7496077b198f26ea0799fcd2a35b230fdab6cdf8))

# [5.36.0](https:/mParticle/mparticle-android-sdk/compare/v5.35.4...v5.36.0) (2022-03-03)


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.36.0'
implementation 'com.mparticle:android-core:5.36.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.36.0',
'com.mparticle:android-another-kit:5.36.0'
'com.mparticle:android-example-kit:5.36.1',
'com.mparticle:android-another-kit:5.36.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.36.0-SNAPSHOT'
version = '5.36.1-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit 0f4446d

Please sign in to comment.