Skip to content

Commit

Permalink
update gradle version to 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 19, 2018
1 parent 47ffb70 commit 5393bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:3.1.3"
classpath "com.novoda:bintray-release:0.8.1"
classpath "com.android.tools.build:gradle:3.2.1"
classpath "com.novoda:bintray-release:0.9"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
}

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 @@
#Sat Jul 21 17:31:12 KST 2018
#Mon Nov 19 17:14:03 KST 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 5393bb1

Please sign in to comment.