We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae1cca commit 71f4895Copy full SHA for 71f4895
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 2.1.3
4
+December 6th, 2018
5
+
6
+This is a patch release.
7
8
+### Bug Fixes
9
+* upgrade to Optimizely Java SDK 2.1.4
10
+* fix/wrap in try catch for getting build version in static init which might crash ([#241](https://github.com/optimizely/java-sdk/pull/241))
11
12
## 2.1.2
13
November 8, 2018
14
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.3"
+ java_core_ver = "2.1.4"
57
android_logger_ver = "1.3.6"
58
support_annotations_ver = "24.2.1"
59
junit_ver = "4.12"
0 commit comments