File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 {
5252dependencies {
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'
You can’t perform that action at this time.
0 commit comments