Skip to content

Commit 8a3861c

Browse files
authored
prepare for release 3.10.2 (#376)
1 parent a17f0db commit 8a3861c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.10.2
4+
June 2nd, 2021
5+
6+
### Bug Fixes
7+
* Android devices with API-19 and lower are set to use TLS1.2 for both datafile download and event upload ([373](https://github.com/optimizely/android-sdk/pull/373)).
8+
9+
310
## 3.10.1
411
March 8th, 2021
512

README.md

Lines changed: 1 addition & 1 deletion
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.10.1'
40+
implementation 'com.optimizely.ab:android-sdk:3.10.2'
4141
}
4242
```
4343

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ext {
5353
build_tools_version = "29.0.3"
5454
min_sdk_version = 14
5555
target_sdk_version = 29
56-
java_core_ver = "3.8.1"
56+
java_core_ver = "3.8.2"
5757
android_logger_ver = "1.3.6"
5858
jacksonversion= "2.11.2"
5959
annotations_ver = "1.0.0"

0 commit comments

Comments
 (0)