diff options
author | pacien | 2017-08-22 14:17:18 +0200 |
---|---|---|
committer | pacien | 2017-08-22 14:17:18 +0200 |
commit | 27c9a36b9623b5db5d8adc93bba61f59bc2a3071 (patch) | |
tree | 4e23696a57a08ef9ec0c812b21f10a7505540a43 /build.gradle | |
parent | 7c3e308037552d280f9e05e732ab9a3444c95c2a (diff) | |
download | tincapp-27c9a36b9623b5db5d8adc93bba61f59bc2a3071.tar.gz |
Update Kotlin version to latest
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4271464..812b2f1 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.3-2' | 4 | ext.kotlin_version = '1.1.4-2' |
5 | repositories { | 5 | repositories { |
6 | jcenter() | 6 | jcenter() |
7 | } | 7 | } |