Skip to content

Commit

Permalink
Merge pull request #24 from VisheshVadhera/vishesh/upgrade-gradle-plu…
Browse files Browse the repository at this point in the history
…gins

Upgrade build tools & kotlin gradle plugin versions
  • Loading branch information
zhxnlai authored Sep 6, 2018
2 parents 9df9e76 + 2610f93 commit 936eb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.2.51'
ext.kotlin_version = '1.2.61'
ext.dokka_version = '0.9.16'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.5.4"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}"
Expand Down

0 comments on commit 936eb8d

Please sign in to comment.