Skip to content

Commit b23067c

Browse files
updates for 3.0.1 release (#271)
1 parent 2753b65 commit b23067c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.1
4+
April 23, 2019
5+
6+
This patch release fixes some git hub issues mentioned below.
7+
8+
### Bug Fixes
9+
* The Logger security exception is handled a little more cleanly for logging. ([#270](https://github.com/optimizely/android-sdk/pull/270))
10+
* There was the possibility to start too many intents for event handling. ([#268](https://github.com/optimizely/android-sdk/pull/268))
11+
* The proguard rules have been cleaned up and tested. ([#266](https://github.com/optimizely/android-sdk/pull/266))
12+
* This also includes using Optimizely Java SDK 3.0.1. The Java SDK patch allows for using the Optimizely Android aar with older versions of org.json which are included in the android framework.
13+
314
## 3.0.0
415
February 14, 2019
516

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ext {
5353
build_tools_version = "28.0.3"
5454
min_sdk_version = 14
5555
target_sdk_version = 28
56-
java_core_ver = "3.0.0"
56+
java_core_ver = "3.0.1"
5757
android_logger_ver = "1.3.6"
5858
jacksonversion= "2.9.8"
5959
support_annotations_ver = "24.2.1"

0 commit comments

Comments
 (0)