File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Android X SDK Changelog
2
2
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
+
3
14
## 3.6.0
4
15
July 13th, 2020
5
16
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.1 '
31
+ implementation 'com.optimizely.ab:android-sdk:3.7.0 '
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change 58
58
build_tools_version = " 29.0.3"
59
59
min_sdk_version = 14
60
60
target_sdk_version = 29
61
- java_core_ver = " 3.5 .0"
61
+ java_core_ver = " 3.6 .0"
62
62
android_logger_ver = " 1.3.6"
63
63
jacksonversion= " 2.11.2"
64
64
support_annotations_ver = " 24.2.1"
You can’t perform that action at this time.
0 commit comments