File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Optimizely Android X SDK Changelog
22
3+ # Release 3.10.0
4+ February 24th 2021
5+
6+ PR : [ #360 ] ( https://github.com/optimizely/android-sdk/pull/360 )
7+ - Deprecate and remove job scheduler in favor of the androidx work manager. Issue #350
8+ - Deprecate Intent and Intent service in favor of workers. Issue #350
9+ - Remove deprecated API SUPPLICANT ACTION. Issue #347
10+ - Remove AsyncTask in favor of straight executor. Issue #351
11+ - DatafileClient download timeout can be set.
12+
13+
314# Release 3.9.0
4- Febuary 9th 2021
15+ February 9th 2021
516
617- upgrade the androidx and get all tests passing [ #356 ] ( https://github.com/optimizely/android-sdk/pull/356 )
718- add a new set of decide apis [ #352 ] ( https://github.com/optimizely/android-sdk/pull/352 )
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.8 .0'
31+ implementation 'com.optimizely.ab:android-sdk:3.10 .0'
3232}
3333```
3434
You can’t perform that action at this time.
0 commit comments