Skip to content

Commit ed86c8c

Browse files
authored
prepare for release 3.5.1 (#329)
1 parent 652a935 commit ed86c8c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.5.1
4+
April 29th, 2020
5+
6+
### Bug Fixes
7+
* Change FeatureVariable type from enum to string for forward compatibility (upgrade the core java-sdk to 3.4.3).
8+
9+
310
## 3.5.0
411
March 13th, 2020
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929
3030
dependencies {
31-
implementation 'com.optimizely.ab:android-sdk:3.5.0'
31+
implementation 'com.optimizely.ab:android-sdk:3.5.1'
3232
}
3333
```
3434

build.gradle

Lines changed: 1 addition & 1 deletion
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.4.1"
56+
java_core_ver = "3.4.3"
5757
android_logger_ver = "1.3.6"
5858
jacksonversion= "2.9.9.1"
5959
support_annotations_ver = "24.2.1"

0 commit comments

Comments
 (0)