File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
test-app/src/main/java/com/optimizely/ab/android/test_app Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
513September 30th, 2020
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.7 .0'
31+ implementation 'com.optimizely.ab:android-sdk:3.8 .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.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"
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments