aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-08-30 13:23:03 +0200
committerpacien2017-08-30 13:23:03 +0200
commitd4fe2c8f1c969465f0e71aadbc9deb65ed463bc5 (patch)
tree6b25aa52c6e9d51914396a59614e26f33b6e27b2
parent3346b91316501e38b4df24c451ef678f4ab4c489 (diff)
downloadtincapp-d4fe2c8f1c969465f0e71aadbc9deb65ed463bc5.tar.gz
Update Kotlin plugin
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 812b2f1..ad98065 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.1.4-2' 4 ext.kotlin_version = '1.1.4-3'
5 repositories { 5 repositories {
6 jcenter() 6 jcenter()
7 } 7 }