diff options
author | pacien | 2018-08-21 22:45:02 +0200 |
---|---|---|
committer | pacien | 2018-08-21 22:45:02 +0200 |
commit | eac7a9365fc713fa46411577940f25ca0b7ff526 (patch) | |
tree | fb69b878c51eb5ee7090f49de20b9c53cf5c737f /build.gradle | |
parent | 8b44284c7fae76e7e402387500acab7b64a7dad3 (diff) | |
download | tincapp-eac7a9365fc713fa46411577940f25ca0b7ff526.tar.gz |
Update kotlin
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d8a002f..763763e 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -19,7 +19,7 @@ | |||
19 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | 19 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
20 | 20 | ||
21 | buildscript { | 21 | buildscript { |
22 | ext.kotlin_version = '1.2.60' | 22 | ext.kotlin_version = '1.2.61' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | jcenter() | 25 | jcenter() |