File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Optimizely Android X SDK Changelog
22
3+
4+ ## 3.7.0
5+ September 30th, 2020
6+
7+ - This build has support for audience evaluation by version. It also supports number 'greater than or equal to' and 'less than or equal to'.
8+ - This build also supports getting the current config string.
9+
10+ For a complete list see the [ release notes] ( https://github.com/optimizely/java-sdk/releases/tag/3.6.0 ) for java sdk 3.6.0
11+
12+ Using Java SDK 3.6.0
13+
314## 3.6.0
415July 13th, 2020
516
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.1 '
31+ implementation 'com.optimizely.ab:android-sdk:3.7.0 '
3232}
3333```
3434
Original file line number Diff line number Diff line change 5858 build_tools_version = " 29.0.3"
5959 min_sdk_version = 14
6060 target_sdk_version = 29
61- java_core_ver = " 3.5 .0"
61+ java_core_ver = " 3.6 .0"
6262 android_logger_ver = " 1.3.6"
6363 jacksonversion= " 2.11.2"
6464 support_annotations_ver = " 24.2.1"
You can’t perform that action at this time.
0 commit comments