Skip to content

Commit

Permalink
Merge pull request #191 from box/UpdateVersion
Browse files Browse the repository at this point in the history
Bump Min and Version
  • Loading branch information
doncung committed Jun 18, 2018
2 parents 70ea363 + 4e88254 commit 704ff15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion box-browse-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "box.com.androidsdk.sample"
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 26
versionCode 2
versionName "2.0"
Expand Down
10 changes: 5 additions & 5 deletions box-browse-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 @@ -18,9 +18,9 @@ android {
versionName "2.99." + git_count + "-SNAPSHOT"
version "2.99." + git_count + "-SNAPSHOT"
} else {
versionCode 20003
versionName "2.0.3"
version "2.0.3"
versionCode 20100
versionName "2.1.0"
version "2.1.0"
}
vectorDrawables.useSupportLibrary = true
}
Expand Down Expand Up @@ -52,7 +52,7 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

api 'com.box:box-android-sdk:4.99.647-SNAPSHOT'
api 'com.box:box-android-sdk:4.2.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
implementation 'com.android.support:support-v4:26.1.0'
Expand Down

0 comments on commit 704ff15

Please sign in to comment.