Skip to content

Commit 19d9948

Browse files
fix: changelog
1 parent ddc33e6 commit 19d9948

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
## XX.XX.XX
2-
* Added support for array, List and JSONArray to all user given segmentations. They will support only mutable and ummutable versions of the primitive types. Which are:
3-
* String, Integer, int, Boolean, bool, Float, float, Double, double, Long, long
4-
* Keep in mind that float array will be converted to the double array by the JSONArray
5-
61
## 24.4.2
72
* ! Minor breaking change ! User properties will now be automatically saved under the following conditions:
83
* When an event is recorded
94
* During an internal timer tick
105
* Upon flushing the event queue
116

7+
* Added support for array, List and JSONArray to all user given segmentations. They will support only mutable and ummutable versions of the primitive types. Which are:
8+
* String, Integer, int, Boolean, bool, Float, float, Double, double, Long, long
9+
* Keep in mind that float array will be converted to the double array by the JSONArray
10+
1211
## 24.4.1
1312
* ! Minor breaking change ! Mitigated an issue where internal SDK limits did not apply
1413

app-native/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
path file('src/main/cpp/CMakeLists.txt')
3838
}
3939
}
40-
ndkVersion '21.0.6113669'
40+
ndkVersion '23.1.7779620'
4141

4242
// Use this if you are working with sdk-native subproject instead of maven library.
4343
// Change also the dependency config below.

0 commit comments

Comments
 (0)