We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5789ec commit 864ec84Copy full SHA for 864ec84
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 2.1.1
4
+October 3nd, 2018
5
+
6
+This is a patch release.
7
8
+### Bug Fixes
9
+Filters out attributes with null values from the event payload (via upgrade to Optimizely Java SDK 2.1.3
10
11
+Fix Optimizely builder to user DatafileConfig instead of deprecated project id.
12
13
+Update packages for gson, Jackson, and slf4j.
14
15
+Update credits
16
17
## 2.1.0
18
August 2nd, 2018
19
build.gradle
@@ -53,7 +53,7 @@ ext {
53
build_tools_version = "27.0.0"
54
min_sdk_version = 14
55
target_sdk_version = 26
56
- java_core_ver = "2.1.2"
+ java_core_ver = "2.1.3"
57
android_logger_ver = "1.3.6"
58
support_annotations_ver = "24.2.1"
59
junit_ver = "4.12"
0 commit comments