Skip to content

Commit

Permalink
Update Kotlin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyik90 committed Apr 26, 2018
1 parent bbe5d08 commit d9bcdb3
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,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.2.40'
ext.dokka_version = '0.9.16'
ext.support_version = '27.1.1'
repositories {
Expand All @@ -13,7 +13,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:$dokka_version"

Expand Down

0 comments on commit d9bcdb3

Please sign in to comment.