File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
411March 13th, 2020
512
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828}
2929
3030dependencies {
31- implementation 'com.optimizely.ab:android-sdk:3.5.0 '
31+ implementation 'com.optimizely.ab:android-sdk:3.5.1 '
3232}
3333```
3434
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments