diff options
author | pacien | 2020-01-19 23:21:45 +0100 |
---|---|---|
committer | pacien | 2020-01-19 23:21:45 +0100 |
commit | 3fc8a2ed3bfbcbd29bc22c2c73416e2708cd7615 (patch) | |
tree | 0aa84fb06247a93874693c8c9cb18896e11bce60 /build.gradle | |
parent | 1528e4722b14bcc4dc68edce289cfc9610b090b4 (diff) | |
download | tincapp-3fc8a2ed3bfbcbd29bc22c2c73416e2708cd7615.tar.gz |
update Kotlin plugin
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 cb6cd2e..b657430 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.50' | 22 | ext.kotlin_version = '1.3.61' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | jcenter() | 25 | jcenter() |