File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.48.1] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.48.0...v5.48.1 ) (2022-11-10)
2+
3+
4+ ### Updates & Maintenance
5+
6+ * Fix sonarcloud job for forked repos ([ #268 ] ( https://github.com/mParticle/mparticle-android-sdk/issues/268 ) ) ([ cf79eb7] ( https://github.com/mParticle/mparticle-android-sdk/commit/cf79eb7592c289ab724135b130b70157295cda7f ) )
7+ * Update submodules ([ 1eff17c] ( https://github.com/mParticle/mparticle-android-sdk/commit/1eff17c3940aeabb28e51d67493069267db9d978 ) )
8+
19## [ 5.48.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.47.4...v5.48.0 ) (2022-11-03)
210
311
Original file line number Diff line number Diff 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
1818dependencies {
19- implementation 'com.mparticle:android-core:5.48.0 '
19+ implementation 'com.mparticle:android-core:5.48.1 '
2020}
2121```
2222
@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727``` groovy
2828dependencies {
2929 implementation (
30- 'com.mparticle:android-example-kit:5.48.0 ',
31- 'com.mparticle:android-another-kit:5.48.0 '
30+ 'com.mparticle:android-example-kit:5.48.1 ',
31+ 'com.mparticle:android-another-kit:5.48.1 '
3232 )
3333}
3434```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subprojects {
3535
3636allprojects {
3737 group = ' com.mparticle'
38- version = ' 5.48.0 -SNAPSHOT'
38+ version = ' 5.48.1 -SNAPSHOT'
3939 if (project. hasProperty(' isRelease' ) && project. isRelease) {
4040 version = version. toString(). replace(" -SNAPSHOT" , " " )
4141 }
You can’t perform that action at this time.
0 commit comments