Skip to content

Commit 2e79259

Browse files
author
carycheng
committed
v2.12.0
1 parent 0c27755 commit 2e79259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = 1.7
99

1010
group = 'com.box'
1111
archivesBaseName = 'box-java-sdk'
12-
version = '2.11.0'
12+
version = '2.12.0'
1313

1414
repositories {
1515
mavenCentral()

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class BoxAPIConnection {
3131
private static final String DEFAULT_BASE_UPLOAD_URL = "https://upload.box.com/api/2.0/";
3232

3333
private static final String JAVA_VERSION = System.getProperty("java.version");
34-
private static final String SDK_VERSION = "2.11.0";
34+
private static final String SDK_VERSION = "2.12.0";
3535

3636
/**
3737
* The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For

0 commit comments

Comments
 (0)