Skip to content

Commit

Permalink
chore(release): 5.36.3
Browse files Browse the repository at this point in the history
## [5.36.3](v5.36.2...v5.36.3) (2022-03-23)

### Bug Fixes

* gpg test ([e8ca21d](e8ca21d))
* test commit ([e0704dd](e0704dd))
  • Loading branch information
mchuangatmp committed Mar 23, 2022
1 parent e0704dd commit 3691057
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.3](https://github.com/mchuangatmp/mparticle-android-sdk/compare/v5.36.2...v5.36.3) (2022-03-23)


### Bug Fixes

* gpg test ([e8ca21d](https://github.com/mchuangatmp/mparticle-android-sdk/commit/e8ca21d653df593847b95e344892f31980786aff))
* test commit ([e0704dd](https://github.com/mchuangatmp/mparticle-android-sdk/commit/e0704dd189cd5240d0c44e091d735ceb02fd20e6))

## [5.36.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.36.1...v5.36.2) (2022-03-09)


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

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

0 comments on commit 3691057

Please sign in to comment.