File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.53.2] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.1...v5.53.2 ) (2023-10-16)
2
+
3
+
4
+ ### Updates & Maintenance
5
+
6
+ * Update submodules ([ 49a682d] ( https://github.com/mParticle/mparticle-android-sdk/commit/49a682daf437d3496253a1cf6bd5c73db739ecfa ) )
7
+
1
8
## [ 5.53.1] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.0...v5.53.1 ) (2023-09-07)
2
9
3
10
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
16
16
17
17
``` groovy
18
18
dependencies {
19
- implementation 'com.mparticle:android-core:5.53.1 '
19
+ implementation 'com.mparticle:android-core:5.53.2 '
20
20
}
21
21
```
22
22
@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
27
27
``` groovy
28
28
dependencies {
29
29
implementation (
30
- 'com.mparticle:android-example-kit:5.53.1 ',
31
- 'com.mparticle:android-another-kit:5.53.1 '
30
+ 'com.mparticle:android-example-kit:5.53.2 ',
31
+ 'com.mparticle:android-another-kit:5.53.2 '
32
32
)
33
33
}
34
34
```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subprojects {
35
35
36
36
allprojects {
37
37
group = ' com.mparticle'
38
- version = ' 5.53.1 -SNAPSHOT'
38
+ version = ' 5.53.2 -SNAPSHOT'
39
39
if (project. hasProperty(' isRelease' ) && project. isRelease) {
40
40
version = version. toString(). replace(" -SNAPSHOT" , " " )
41
41
}
You can’t perform that action at this time.
0 commit comments