diff options
author | pacien | 2018-03-04 16:03:23 +0100 |
---|---|---|
committer | pacien | 2018-03-04 16:03:23 +0100 |
commit | f08869e490de0d20e85c71541538fdbc85359015 (patch) | |
tree | edb88253d9eaeadecac9905eba300d44dbe050b2 | |
parent | c6de35b7b283d1693c314559effd177cb912862b (diff) | |
download | tincapp-f08869e490de0d20e85c71541538fdbc85359015.tar.gz |
Update Kotlin runtime
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index af3d961..db659ae 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -1,7 +1,7 @@ | |||
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.2.21' | 4 | ext.kotlin_version = '1.2.30' |
5 | 5 | ||
6 | repositories { | 6 | repositories { |
7 | jcenter() | 7 | jcenter() |