aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2018-08-01 13:49:16 +0200
committerpacien2018-08-01 13:49:16 +0200
commitc1a6357ce6e5f98f2ec98b97e0f1c51eef4378ea (patch)
tree3f1eb811d1274b7c17fb74eef638354955a3f5f4 /build.gradle
parent297cf81f5bf9c512d2b5147121e551b62543cd71 (diff)
downloadtincapp-c1a6357ce6e5f98f2ec98b97e0f1c51eef4378ea.tar.gz
Update kotlin
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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
21buildscript { 21buildscript {
22 ext.kotlin_version = '1.2.41' 22 ext.kotlin_version = '1.2.51'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()