Skip to content

Commit

Permalink
Update gradle plugin to v2.3.2 and bump library version to 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Jun 8, 2017
1 parent d997469 commit 49af093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

Expand Down Expand Up @@ -36,8 +36,8 @@ ext {
buildToolsVersion = '25.0.3'

// BottomSheetPickers versioning
versionName = '2.3.4'
versionCode = 9
versionName = '2.4.0'
versionCode = 10

// Library dependencies
supportLibraryVersion = '25.3.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit 49af093

Please sign in to comment.