diff options
author | pacien | 2019-09-14 06:33:12 +0200 |
---|---|---|
committer | pacien | 2019-09-14 06:33:12 +0200 |
commit | 6e32d202f1232dcf11561ce4e45d158a3a2ee8fe (patch) | |
tree | c7a2d699b2a14b7c30f39194b4ff5e121837217e | |
parent | 2b7f5661452533044cf2be13a457230b92396513 (diff) | |
download | tincapp-6e32d202f1232dcf11561ce4e45d158a3a2ee8fe.tar.gz |
update kotlin
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e6685ce..53a9397 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.3.31' | 22 | ext.kotlin_version = '1.3.50' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | jcenter() | 25 | jcenter() |