Skip to content

Commit

Permalink
Merge pull request #254 from doncung/4.06
Browse files Browse the repository at this point in the history
Update version.
  • Loading branch information
doncung committed Feb 24, 2017
2 parents 82b5e27 + 711a963 commit b027d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions box-content-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 40004
versionName "4.0.5" /* Update in BoxConfig.SDK_VERSION as well */
version "4.0.5"
versionCode 40006
versionName "4.0.6" /* Update in BoxConfig.SDK_VERSION as well */
version "4.0.6"
group "com.box"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ public static BoxCache getCache() {
/**
* Version string
*/
public static String SDK_VERSION = "4.0.5";
public static String SDK_VERSION = "4.0.6";
}

0 comments on commit b027d72

Please sign in to comment.