diff options
author | pacien | 2018-08-01 13:49:16 +0200 |
---|---|---|
committer | pacien | 2018-08-01 13:49:16 +0200 |
commit | c1a6357ce6e5f98f2ec98b97e0f1c51eef4378ea (patch) | |
tree | 3f1eb811d1274b7c17fb74eef638354955a3f5f4 /build.gradle | |
parent | 297cf81f5bf9c512d2b5147121e551b62543cd71 (diff) | |
download | tincapp-c1a6357ce6e5f98f2ec98b97e0f1c51eef4378ea.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 e95b008..f912804 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.41' | 22 | ext.kotlin_version = '1.2.51' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | jcenter() | 25 | jcenter() |