Skip to content

Commit 3446966

Browse files
chore: release 3.7.0 (#349)
* release 3.7.0 * format
1 parent 5a52793 commit 3446966

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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
415
July 13th, 2020
516

README.md

+1-1
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.1'
31+
implementation 'com.optimizely.ab:android-sdk:3.7.0'
3232
}
3333
```
3434

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ext {
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"

0 commit comments

Comments
 (0)