Skip to content

Commit b854d6a

Browse files
authored
prepare for 3.13.1 (#407)
1 parent 977a4c1 commit b854d6a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.13.1
4+
February 3rd, 2022
5+
6+
### Bug Fixes
7+
* Move background-watchers file read to a background thread when DatafileRescheduler is invoked.
8+
This will fix a potential source of ANRs ([#401](https://github.com/optimizely/android-sdk/pull/401)).
9+
* Fix NotificationManager to be thread-safe (add-handler and send-notifications can happen concurrently). See the Optimizely Java SDK release [3.10.1](https://github.com/optimizely/java-sdk/releases/tag/3.10.1) for details.
10+
11+
312
## 3.13.0
413
January 11th, 2022
514

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
40-
implementation 'com.optimizely.ab:android-sdk:3.13.0'
40+
implementation 'com.optimizely.ab:android-sdk:3.13.1'
4141
}
4242
```
4343

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ext {
6363
build_tools_version = "29.0.3"
6464
min_sdk_version = 14
6565
target_sdk_version = 29
66-
java_core_ver = "3.10.0"
66+
java_core_ver = "3.10.1"
6767
android_logger_ver = "1.3.6"
6868
jacksonversion= "2.11.2"
6969
annotations_ver = "1.0.0"

0 commit comments

Comments
 (0)