File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.55.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.54.0...v5.55.0 ) (2023-12-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * SQDSDKS-5723 - Remove custom attributes limit to MPEvents. ([ #456 ] ( https://github.com/mParticle/mparticle-android-sdk/issues/456 ) ) ([ 32c788e] ( https://github.com/mParticle/mparticle-android-sdk/commit/32c788ee15d532c2e93a9b50ab996b240341a1f8 ) )
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * only delete branch if all succeeds ([ f239ba8] ( https://github.com/mParticle/mparticle-android-sdk/commit/f239ba87fe32fb8fb86d2454b2495fb3890d0653 ) )
12
+
1
13
## [ 5.54.0] ( https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.2...v5.54.0 ) (2023-11-03)
2
14
3
15
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.54 .0'
19
+ implementation 'com.mparticle:android-core:5.55 .0'
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.54 .0',
31
- 'com.mparticle:android-another-kit:5.54 .0'
30
+ 'com.mparticle:android-example-kit:5.55 .0',
31
+ 'com.mparticle:android-another-kit:5.55 .0'
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.54 .0-SNAPSHOT'
38
+ version = ' 5.55 .0-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