Skip to content

Commit

Permalink
Upgrade Gradle to v4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Sep 26, 2018
1 parent ae05acd commit 65760d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.novoda:bintray-release:0.8.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -26,9 +26,10 @@ task clean(type: Delete) {

ext {
minSdkVersion = 14
targetSdkVersion = 27
compileSdkVersion = 27
buildToolsVersion = "27.0.3"
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
versionCode = 23
versionName = "0.9.5"
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Aug 07 17:07:22 CST 2018
#Wed Sep 26 09:42:38 CST 2018
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.6-all.zip

0 comments on commit 65760d7

Please sign in to comment.