Skip to content

Commit

Permalink
Merge pull request #90 from rgcorrea/update_content_sdk_version
Browse files Browse the repository at this point in the history
Bump SDK version, and update content-SDK version to 4.0.9
  • Loading branch information
doncung authored Jul 19, 2017
2 parents d852755 + 752bab7 commit 489e131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions box-share-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 21000
versionName "2.1.0"
version "2.1.0"
versionName "2.1.1"
version "2.1.1"
group "com.box"
}
buildTypes {
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
// 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')
compile 'com.box:box-android-sdk:4.0.8'
compile 'com.box:box-android-sdk:4.0.9'
compile "com.splitwise:tokenautocomplete:2.0.5@aar"
}

Expand Down

0 comments on commit 489e131

Please sign in to comment.