Skip to content

Commit 47164f8

Browse files
chore: 5.49.0 (release)
## [5.49.0](v5.48.4...v5.49.0) (2023-01-05) ### Features * Adding method to change update interval after initialization ([#301](#301)) ([e23ad37](e23ad37)) * Adding WrapperSdk, WrapperSdkVersion - adding this values to MParticleOptions and MParticle ([#295](#295)) ([fe27e48](fe27e48)) ### Updates & Maintenance * Add semgrep, mobsf static analysis ([#289](#289)) ([aab45d0](aab45d0)) * Update PULL_REQUEST_TEMPLATE.md ([#293](#293)) ([b54c6bd](b54c6bd)) * Update submodules ([f682db7](f682db7))
1 parent f682db7 commit 47164f8

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [5.49.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.48.4...v5.49.0) (2023-01-05)
2+
3+
4+
### Features
5+
6+
* Adding method to change update interval after initialization ([#301](https://github.com/mParticle/mparticle-android-sdk/issues/301)) ([e23ad37](https://github.com/mParticle/mparticle-android-sdk/commit/e23ad37a70e175ad574dc1391377478e0a5a9408))
7+
* Adding WrapperSdk, WrapperSdkVersion - adding this values to MParticleOptions and MParticle ([#295](https://github.com/mParticle/mparticle-android-sdk/issues/295)) ([fe27e48](https://github.com/mParticle/mparticle-android-sdk/commit/fe27e4872adca4ff4766e1a2372a9259a8ed0b3c))
8+
9+
10+
### Updates & Maintenance
11+
12+
* Add semgrep, mobsf static analysis ([#289](https://github.com/mParticle/mparticle-android-sdk/issues/289)) ([aab45d0](https://github.com/mParticle/mparticle-android-sdk/commit/aab45d0c33f8c47324f4d472d2aad16b917611fc))
13+
* Update PULL_REQUEST_TEMPLATE.md ([#293](https://github.com/mParticle/mparticle-android-sdk/issues/293)) ([b54c6bd](https://github.com/mParticle/mparticle-android-sdk/commit/b54c6bd5e466063515187a73c8c16a95efc0a11c))
14+
* Update submodules ([f682db7](https://github.com/mParticle/mparticle-android-sdk/commit/f682db7377a6f1ff117748f48c0979a930c669f9))
15+
116
## [5.48.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.48.3...v5.48.4) (2022-12-08)
217

318

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

0 commit comments

Comments
 (0)