Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carycheng committed Feb 1, 2018
1 parent 0c27755 commit 2e79259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = 1.7

group = 'com.box'
archivesBaseName = 'box-java-sdk'
version = '2.11.0'
version = '2.12.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/box/sdk/BoxAPIConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class BoxAPIConnection {
private static final String DEFAULT_BASE_UPLOAD_URL = "https://upload.box.com/api/2.0/";

private static final String JAVA_VERSION = System.getProperty("java.version");
private static final String SDK_VERSION = "2.11.0";
private static final String SDK_VERSION = "2.12.0";

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

0 comments on commit 2e79259

Please sign in to comment.