aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-03-29 16:58:29 +0200
committerpacien2018-03-29 16:58:29 +0200
commit3bf3446658dfaac14f93b6550ede90ba0e3da4a2 (patch)
tree9efed0a5bddaed46103b63ea9e19fe088e63a9f3
parente92c6eca557a75fdd4322637d0f2b26e9e7f7e2a (diff)
downloadtincapp-3bf3446658dfaac14f93b6550ede90ba0e3da4a2.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 9c0acbd..b7d6fd0 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.30' 4 ext.kotlin_version = '1.2.31'
5 5
6 repositories { 6 repositories {
7 jcenter() 7 jcenter()