We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 469c737 + 580d718 commit a61cabeCopy full SHA for a61cabe
box-content-sdk/build.gradle
@@ -7,9 +7,9 @@ android {
7
defaultConfig {
8
minSdkVersion 14
9
targetSdkVersion 23
10
- versionCode 40007
11
- versionName "4.0.7" /* Update in BoxConfig.SDK_VERSION as well */
12
- version "4.0.7"
+ versionCode 40008
+ versionName "4.0.8" /* Update in BoxConfig.SDK_VERSION as well */
+ version "4.0.8"
13
group "com.box"
14
}
15
box-content-sdk/src/main/java/com/box/androidsdk/content/BoxConfig.java
@@ -74,7 +74,7 @@ public static BoxCache getCache() {
74
/**
75
* Version string
76
*/
77
- public static String SDK_VERSION = "4.0.7";
+ public static String SDK_VERSION = "4.0.8";
78
79
80
* Optional paramater for whether authentication should use
0 commit comments