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 1
1
# Optimizely Android X SDK Changelog
2
2
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
+
3
10
## 3.5.0
4
11
March 13th, 2020
5
12
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
28
28
}
29
29
30
30
dependencies {
31
- implementation 'com.optimizely.ab:android-sdk:3.5.0 '
31
+ implementation 'com.optimizely.ab:android-sdk:3.5.1 '
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change 53
53
build_tools_version = " 28.0.3"
54
54
min_sdk_version = 14
55
55
target_sdk_version = 28
56
- java_core_ver = " 3.4.1 "
56
+ java_core_ver = " 3.4.3 "
57
57
android_logger_ver = " 1.3.6"
58
58
jacksonversion= " 2.9.9.1"
59
59
support_annotations_ver = " 24.2.1"
You can’t perform that action at this time.
0 commit comments