Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Bump minSdkVersion from 14 to 16
Browse files Browse the repository at this point in the history
Due to TLS 1.2 implementation on the backend we need to stop supporting
Android versions lesser than 16, as the support for TLS 1.1 and 1.2 came
in JellyBean i.e. API Level 16.
Ref: https://developer.android.com/reference/javax/net/ssl/SSLSocket
  • Loading branch information
miankhalid committed May 29, 2018
1 parent 8e00b9d commit 001f4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenEdXMobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ android {

defaultConfig {
applicationId "org.edx.mobile"
// minimum version is Android 4.0
minSdkVersion 14
// minimum version is Android 4.1
minSdkVersion 16
targetSdkVersion 21

versionCode getVersionCode()
Expand Down

0 comments on commit 001f4c4

Please sign in to comment.