Skip to content

Commit

Permalink
Merge pull request #120 from box/BumpMinVersion
Browse files Browse the repository at this point in the history
Increase Min Version for TLS 1.0 deprecation
  • Loading branch information
doncung authored Jun 18, 2018
2 parents 9aacfda + 5a136bb commit 21e9be1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion box-share-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "com.box.androidsdk.sample"
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 26
versionCode 1
versionName "1.0"
Expand Down
10 changes: 5 additions & 5 deletions box-share-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 26
group "com.box"

Expand All @@ -17,9 +17,9 @@ android {
versionName "2.99." + git_count + "-SNAPSHOT"
version "2.99." + git_count + "-SNAPSHOT"
} else {
versionCode 22000
versionName "2.2.0"
version "2.2.0"
versionCode 23000
versionName "2.3.0"
version "2.3.0"
}
}
buildTypes {
Expand Down Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
// If using local dependency instead of maven, use the path pointing to the content sdk to replace
// the maven dependency. e.g.:compile project(':box-android-content-sdk:box-content-sdk')
api 'com.box:box-android-sdk:4.99.647-SNAPSHOT'
api 'com.box:box-android-sdk:4.2.0'
api "com.splitwise:tokenautocomplete:2.0.8@aar"
}

Expand Down

0 comments on commit 21e9be1

Please sign in to comment.