Skip to content

Commit 864ec84

Browse files
updates for release 2.1.1 (#228)
1 parent e5789ec commit 864ec84

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Optimizely Android X SDK Changelog
22

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+
317
## 2.1.0
418
August 2nd, 2018
519

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ext {
5353
build_tools_version = "27.0.0"
5454
min_sdk_version = 14
5555
target_sdk_version = 26
56-
java_core_ver = "2.1.2"
56+
java_core_ver = "2.1.3"
5757
android_logger_ver = "1.3.6"
5858
support_annotations_ver = "24.2.1"
5959
junit_ver = "4.12"

0 commit comments

Comments
 (0)