Skip to content

Commit

Permalink
prepare for release 3.10.2 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt authored Jun 2, 2021
1 parent a17f0db commit 8a3861c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Optimizely Android X SDK Changelog

## 3.10.2
June 2nd, 2021

### Bug Fixes
* 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)).


## 3.10.1
March 8th, 2021

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}
dependencies {
implementation 'com.optimizely.ab:android-sdk:3.10.1'
implementation 'com.optimizely.ab:android-sdk:3.10.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ext {
build_tools_version = "29.0.3"
min_sdk_version = 14
target_sdk_version = 29
java_core_ver = "3.8.1"
java_core_ver = "3.8.2"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
annotations_ver = "1.0.0"
Expand Down

0 comments on commit 8a3861c

Please sign in to comment.