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 1
1
# Optimizely Android X SDK Changelog
2
2
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
+
3
14
# Release 3.9.0
4
- Febuary 9th 2021
15
+ February 9th 2021
5
16
6
17
- upgrade the androidx and get all tests passing [ #356 ] ( https://github.com/optimizely/android-sdk/pull/356 )
7
18
- 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 {
28
28
}
29
29
30
30
dependencies {
31
- implementation 'com.optimizely.ab:android-sdk:3.8 .0'
31
+ implementation 'com.optimizely.ab:android-sdk:3.10 .0'
32
32
}
33
33
```
34
34
You can’t perform that action at this time.
0 commit comments