aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-04-21 20:01:36 +0200
committerpacien2018-04-21 20:01:36 +0200
commit6ed9cd40d7c430d8f29ada54fd81c00df468eca5 (patch)
tree34fac25a577981e4cdf13c3a763348d86d633498
parentba99c34a26c21cbb9e94675d264823fee554c7e6 (diff)
downloadtincapp-6ed9cd40d7c430d8f29ada54fd81c00df468eca5.tar.gz
Update Kotlin version
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9807ca4..b9da98c 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
3buildscript { 3buildscript {
4 ext.kotlin_version = '1.2.31' 4 ext.kotlin_version = '1.2.40'
5 5
6 repositories { 6 repositories {
7 jcenter() 7 jcenter()