diff options
author | pacien | 2017-08-30 13:23:03 +0200 |
---|---|---|
committer | pacien | 2017-08-30 13:23:03 +0200 |
commit | d4fe2c8f1c969465f0e71aadbc9deb65ed463bc5 (patch) | |
tree | 6b25aa52c6e9d51914396a59614e26f33b6e27b2 | |
parent | 3346b91316501e38b4df24c451ef678f4ab4c489 (diff) | |
download | tincapp-d4fe2c8f1c969465f0e71aadbc9deb65ed463bc5.tar.gz |
Update Kotlin plugin
-rw-r--r-- | build.gradle | 2 |
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 | ||
3 | buildscript { | 3 | buildscript { |
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 | } |