Skip to content

Commit 704ff15

Browse files
authored
Merge pull request #191 from box/UpdateVersion
Bump Min and Version
2 parents 70ea363 + 4e88254 commit 704ff15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

box-browse-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
applicationId "box.com.androidsdk.sample"
9-
minSdkVersion 14
9+
minSdkVersion 16
1010
targetSdkVersion 26
1111
versionCode 2
1212
versionName "2.0"

box-browse-sdk/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion '27.0.3'
66

77
defaultConfig {
8-
minSdkVersion 14
8+
minSdkVersion 16
99
targetSdkVersion 26
1010
group "com.box"
1111

@@ -18,9 +18,9 @@ android {
1818
versionName "2.99." + git_count + "-SNAPSHOT"
1919
version "2.99." + git_count + "-SNAPSHOT"
2020
} else {
21-
versionCode 20003
22-
versionName "2.0.3"
23-
version "2.0.3"
21+
versionCode 20100
22+
versionName "2.1.0"
23+
version "2.1.0"
2424
}
2525
vectorDrawables.useSupportLibrary = true
2626
}
@@ -52,7 +52,7 @@ repositories {
5252
dependencies {
5353
implementation fileTree(dir: 'libs', include: ['*.jar'])
5454

55-
api 'com.box:box-android-sdk:4.99.647-SNAPSHOT'
55+
api 'com.box:box-android-sdk:4.2.0'
5656
implementation 'com.android.support:appcompat-v7:26.1.0'
5757
implementation 'com.android.support:recyclerview-v7:26.1.0'
5858
implementation 'com.android.support:support-v4:26.1.0'

0 commit comments

Comments
 (0)