Commit 32c788e
feat: SQDSDKS-5723 - Remove custom attributes limit to MPEvents. (#456)
* Remove custom attributes limit to MPEvents.
No need to remove user attribute limit since it wasn't implemented.
Other limits (key and value length for user and custom attributes) remaing the same.
* Update cross-platform-tests.yml
Updaing script
Signed-off-by: markvdouw <[email protected]>
---------
Signed-off-by: markvdouw <[email protected]>1 parent f239ba8 commit 32c788e
File tree
3 files changed
+28
-7
lines changed- .github/workflows
- android-core/src/main/java/com/mparticle/internal
3 files changed
+28
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
19 | 43 | | |
20 | 44 | | |
21 | 45 | | |
22 | 46 | | |
23 | 47 | | |
24 | 48 | | |
25 | | - | |
| 49 | + | |
26 | 50 | | |
27 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
28 | 55 | | |
29 | 56 | | |
30 | 57 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | 722 | | |
728 | 723 | | |
729 | 724 | | |
| |||
0 commit comments