Skip to content

Commit

Permalink
Merge pull request #243 from rgcorrea/405_version
Browse files Browse the repository at this point in the history
Change version to 4.0.5
  • Loading branch information
doncung authored Jan 31, 2017
2 parents 729e6b7 + 4107e4f commit 17f8a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions box-content-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 40004
versionName "4.0.4" /* Update in BoxConfig.SDK_VERSION as well */
version "4.0.4"
versionName "4.0.5" /* Update in BoxConfig.SDK_VERSION as well */
version "4.0.5"
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.4";
public static String SDK_VERSION = "4.0.5";
}

0 comments on commit 17f8a32

Please sign in to comment.