Skip to content

Commit fbb2f16

Browse files
chore: 5.48.3 (release)
## [5.48.3](v5.48.2...v5.48.3) (2022-12-02) ### Bug Fixes * Error handle null user attribute better and add use case to test file ([#290](#290)) ([8412478](8412478)) * Error handle null user attribute value ([#288](#288)) ([73872df](73872df)) ### Updates & Maintenance * Add in ktlintCheck to daily cron job ([#284](#284)) ([1d23a5f](1d23a5f)) * Update submodules ([375b0d3](375b0d3))
1 parent 375b0d3 commit fbb2f16

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [5.48.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.48.2...v5.48.3) (2022-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Error handle null user attribute better and add use case to test file ([#290](https://github.com/mParticle/mparticle-android-sdk/issues/290)) ([8412478](https://github.com/mParticle/mparticle-android-sdk/commit/8412478cd8d701c8056ad7f39b346534e6da4dc2))
7+
* Error handle null user attribute value ([#288](https://github.com/mParticle/mparticle-android-sdk/issues/288)) ([73872df](https://github.com/mParticle/mparticle-android-sdk/commit/73872dff61c6994d233ce40cb362af1c7a049c7a))
8+
9+
10+
### Updates & Maintenance
11+
12+
* Add in ktlintCheck to daily cron job ([#284](https://github.com/mParticle/mparticle-android-sdk/issues/284)) ([1d23a5f](https://github.com/mParticle/mparticle-android-sdk/commit/1d23a5fa75a1aa8410260faf9f1cb9b6d6041f57))
13+
* Update submodules ([375b0d3](https://github.com/mParticle/mparticle-android-sdk/commit/375b0d364d3b739b22d0ce1dd0d3322f9b5e0fcd))
14+
115
## [5.48.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.48.1...v5.48.2) (2022-11-18)
216

317

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.48.2'
19+
implementation 'com.mparticle:android-core:5.48.3'
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.48.2',
31-
'com.mparticle:android-another-kit:5.48.2'
30+
'com.mparticle:android-example-kit:5.48.3',
31+
'com.mparticle:android-another-kit:5.48.3'
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.48.2-SNAPSHOT'
38+
version = '5.48.3-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)