We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9b4ab commit d864f97Copy full SHA for d864f97
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 3.12.0
4
+December 9th, 2021
5
+
6
+Add reachability checking for datafile-fetch and event-dispatch ([#389](https://github.com/optimizely/android-sdk/pull/389)).
7
8
+* Add connection constraints to WorkManager requests for datafile-fetch and event-dispatch.
9
+* Fix event-dispatch retry to disabled by default (configurable).
10
11
## 3.11.1
12
October 4th, 2021
13
README.md
@@ -37,7 +37,7 @@ repositories {
37
}
38
39
dependencies {
40
- implementation 'com.optimizely.ab:android-sdk:3.11.1'
+ implementation 'com.optimizely.ab:android-sdk:3.12.0'
41
42
```
43
0 commit comments