Skip to content

Commit

Permalink
chore: upgrade gradle version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Aug 6, 2018
1 parent 9127d49 commit 34ea5b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ buildscript {
google()
}
dependencies {
classpath 'com.liulishuo.okcheck:gradle:0.2.1'
classpath 'com.android.tools.build:gradle:3.2.0-alpha18'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.41"
classpath 'com.liulishuo.okcheck:gradle:0.2.3'
classpath 'com.android.tools.build:gradle:3.3.0-alpha04'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
targetSdkVersion = 27
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7
kotlin_version = '1.2.41'
kotlin_version = '1.2.51'
anko_version = '0.10.1'
coroutines_version = '0.18'
supportLibrariesVersion = '27.1.0'
Expand Down
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 @@
#Thu May 10 22:42:22 CST 2018
#Fri Aug 03 11:24:34 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-rc-1-all.zip

0 comments on commit 34ea5b6

Please sign in to comment.