Commit ca4fd0b 1 parent 4ecd3de commit ca4fd0b Copy full SHA for ca4fd0b
File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.55.4] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.3...v5.55.4 ) (2024-04-12)
2
+
3
+
4
+ ### Updates & Maintenance
5
+
6
+ * Update submodules ([ 4ecd3de] ( https://github.com/mParticle/mparticle-android-sdk/commit/4ecd3de8db824ebe94ccbe55d46de0069fd5f1d9 ) )
7
+
1
8
## [ 5.55.3] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.2...v5.55.3 ) (2024-04-12)
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.55.3 '
19
+ implementation 'com.mparticle:android-core:5.55.4 '
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.55.3 ',
31
- 'com.mparticle:android-another-kit:5.55.3 '
30
+ 'com.mparticle:android-example-kit:5.55.4 ',
31
+ 'com.mparticle:android-another-kit:5.55.4 '
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.55.3 -SNAPSHOT'
38
+ version = ' 5.55.4 -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