Skip to content

Commit

Permalink
Merge pull request #372 from box/ChangeVersion
Browse files Browse the repository at this point in the history
Change version to 4.2.0
  • Loading branch information
nyjalusc authored Jun 15, 2018
2 parents 8267b06 + aee3b89 commit 760c267
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 16
targetSdkVersion 26
versionCode 40100
versionName "4.1.0" /* Update in BoxConfig.SDK_VERSION as well */
version "4.1.0"
versionCode 40200
versionName "4.2.0" /* Update in BoxConfig.SDK_VERSION as well */
version "4.2.0"
group "com.box"

// Set version code and name
Expand All @@ -22,9 +22,9 @@ android {
version "4.99." + git_count + "-SNAPSHOT"
} else {
/* Update in BoxConfig.SDK_VERSION as well */
versionCode 40100
versionName "4.1.0"
version "4.1.0"
versionCode 40200
versionName "4.2.0"
version "4.2.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static BoxCache getCache() {
/**
* Version string
*/
public static String SDK_VERSION = "4.1.0";
public static String SDK_VERSION = "4.2.0";

/**
* Optional paramater for whether authentication should use
Expand Down

0 comments on commit 760c267

Please sign in to comment.