Skip to content

Commit 872f7d6

Browse files
chore(release): 5.45.2
## [5.45.2](v5.45.1...v5.45.2) (2022-09-26) ### Updates & Maintenance * add in missing GPG step for updating submodules ([#238](#238)) ([ac9ee19](ac9ee19)) * Update submodules ([cf4d2e0](cf4d2e0))
1 parent cf4d2e0 commit 872f7d6

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.45.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.45.1...v5.45.2) (2022-09-26)
2+
3+
4+
### Updates & Maintenance
5+
6+
* add in missing GPG step for updating submodules ([#238](https://github.com/mParticle/mparticle-android-sdk/issues/238)) ([ac9ee19](https://github.com/mParticle/mparticle-android-sdk/commit/ac9ee19a1f29a56f974ecce060a189be3a8f1d2e))
7+
* Update submodules ([cf4d2e0](https://github.com/mParticle/mparticle-android-sdk/commit/cf4d2e0903445db4481f3489e8936dee933ea72c))
8+
19
## [5.45.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.45.0...v5.45.1) (2022-09-14)
210

311

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
1616

1717
```groovy
1818
dependencies {
19-
implementation 'com.mparticle:android-core:5.45.1'
19+
implementation 'com.mparticle:android-core:5.45.2'
2020
}
2121
```
2222

@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727
```groovy
2828
dependencies {
2929
implementation (
30-
'com.mparticle:android-example-kit:5.45.1',
31-
'com.mparticle:android-another-kit:5.45.1'
30+
'com.mparticle:android-example-kit:5.45.2',
31+
'com.mparticle:android-another-kit:5.45.2'
3232
)
3333
}
3434
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

3636
allprojects {
3737
group = 'com.mparticle'
38-
version = '5.45.1-SNAPSHOT'
38+
version = '5.45.2-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)