Skip to content

Commit

Permalink
Release SDK version 4.2.3
Browse files Browse the repository at this point in the history
- contains various bug fixes and stability improvements
- update gradle version used
  • Loading branch information
Albert Wu authored and nidoran committed Mar 18, 2019
1 parent 0c9362b commit 52e45af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 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 40200
versionName "4.2.0" /* Update in BoxConfig.SDK_VERSION as well */
version "4.2.0"
versionCode 40203
versionName "4.2.3" /* Update in BoxConfig.SDK_VERSION as well */
version "4.2.3"
group "com.box"

// Set version code and name
Expand All @@ -20,11 +20,6 @@ android {
versionCode git_count + 40000
versionName "4.99." + git_count + "-SNAPSHOT"
version "4.99." + git_count + "-SNAPSHOT"
} else {
/* Update in BoxConfig.SDK_VERSION as well */
versionCode 40201
versionName "4.2.1"
version "4.2.1"
}
}

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.2.0";
public static String SDK_VERSION = "4.2.3";

/**
* Optional paramater for whether authentication should use
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 52e45af

Please sign in to comment.