diff options
author | pacien | 2018-08-06 03:53:50 +0200 |
---|---|---|
committer | pacien | 2018-08-06 03:53:50 +0200 |
commit | 4e532776677c12edf2a076839471461b8c84c412 (patch) | |
tree | 51ef19496144b6f890d3b79ffda1fe7f35719be7 /build.gradle | |
parent | 74cf9a12d66ba660208b1832d579444f6711d37f (diff) | |
download | tincapp-4e532776677c12edf2a076839471461b8c84c412.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 8635b89..97c7613 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.51' | 22 | ext.kotlin_version = '1.2.60' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | jcenter() | 25 | jcenter() |