diff options
author | Pacien TRAN-GIRARD | 2017-07-06 02:24:50 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-06 02:24:50 +0200 |
commit | c045543ee4c4fabf5ee38bfb4695d98d9190d862 (patch) | |
tree | 859c0dc5b376f0a7026b5eaa2aadeb16620a2b8b /build.gradle | |
parent | 80394001852e8400fd2c3d30e441306957d32243 (diff) | |
download | tincapp-c045543ee4c4fabf5ee38bfb4695d98d9190d862.tar.gz |
Update Kotlin version
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 ee23e96..4271464 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' | 4 | ext.kotlin_version = '1.1.3-2' |
5 | repositories { | 5 | repositories { |
6 | jcenter() | 6 | jcenter() |
7 | } | 7 | } |