diff options
author | pacien | 2018-02-10 14:00:45 +0100 |
---|---|---|
committer | pacien | 2018-02-10 14:00:45 +0100 |
commit | d1c39ba87bb32308c2d3a7a749abffeb773541ef (patch) | |
tree | b05085db64c2b245b0caf0867610ce91b1645a68 /build.gradle | |
parent | d0501322e7e8e8cf8d8e89879a0eaf3450f7f56e (diff) | |
download | tincapp-d1c39ba87bb32308c2d3a7a749abffeb773541ef.tar.gz |
Update Kotlin and Gradle version
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index c048023..624c988 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -1,12 +1,12 @@ | |||
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
2 | 2 | ||
3 | buildscript { | 3 | buildscript { |
4 | ext.kotlin_version = '1.1.51' | 4 | ext.kotlin_version = '1.2.21' |
5 | repositories { | 5 | repositories { |
6 | jcenter() | 6 | jcenter() |
7 | } | 7 | } |
8 | dependencies { | 8 | dependencies { |
9 | classpath 'com.android.tools.build:gradle:3.0.0' | 9 | classpath 'com.android.tools.build:gradle:3.0.1' |
10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
11 | 11 | ||
12 | // NOTE: Do not place your application dependencies here; they belong | 12 | // NOTE: Do not place your application dependencies here; they belong |