Skip to content

Commit a61cabe

Browse files
authored
Merge pull request #267 from box/MakeSecureModeOptional
Update version to 4.0.8
2 parents 469c737 + 580d718 commit a61cabe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

box-content-sdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 23
10-
versionCode 40007
11-
versionName "4.0.7" /* Update in BoxConfig.SDK_VERSION as well */
12-
version "4.0.7"
10+
versionCode 40008
11+
versionName "4.0.8" /* Update in BoxConfig.SDK_VERSION as well */
12+
version "4.0.8"
1313
group "com.box"
1414
}
1515

box-content-sdk/src/main/java/com/box/androidsdk/content/BoxConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static BoxCache getCache() {
7474
/**
7575
* Version string
7676
*/
77-
public static String SDK_VERSION = "4.0.7";
77+
public static String SDK_VERSION = "4.0.8";
7878

7979
/**
8080
* Optional paramater for whether authentication should use

0 commit comments

Comments
 (0)