Skip to content

Commit 7fe9a40

Browse files
authored
prepare for 3.8.0 release (#353)
1 parent 3446966 commit 7fe9a40

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.8.0
4+
November 20th, 2020
5+
6+
- Add support for upcoming application-controlled introduction of tracking for non-experiment Flag decisions.
7+
8+
For a complete list see the [release notes](https://github.com/optimizely/java-sdk/releases/tag/3.7.0) for java sdk 3.7.0
9+
10+
Using Java SDK 3.7.0
311

412
## 3.7.0
513
September 30th, 2020

README.md

Lines changed: 1 addition & 1 deletion
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.7.0'
31+
implementation 'com.optimizely.ab:android-sdk:3.8.0'
3232
}
3333
```
3434

build.gradle

Lines changed: 1 addition & 1 deletion
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.6.0"
61+
java_core_ver = "3.7.0"
6262
android_logger_ver = "1.3.6"
6363
jacksonversion= "2.11.2"
6464
support_annotations_ver = "24.2.1"

test-app/src/main/java/com/optimizely/ab/android/test_app/MyApplication.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class MyApplication : Application() {
3737
val abbr = getAbbriviation(getLocality(location))
3838

3939
attributes["location"] = abbr
40+
attributes["semanticVersioning"] = "2.1.0"
4041

4142
return attributes
4243
}// comment this out to get a brand new user id every time this function is called.

0 commit comments

Comments
 (0)