diff options
author | pacien | 2018-03-29 16:58:29 +0200 |
---|---|---|
committer | pacien | 2018-03-29 16:58:29 +0200 |
commit | 3bf3446658dfaac14f93b6550ede90ba0e3da4a2 (patch) | |
tree | 9efed0a5bddaed46103b63ea9e19fe088e63a9f3 /build.gradle | |
parent | e92c6eca557a75fdd4322637d0f2b26e9e7f7e2a (diff) | |
download | tincapp-3bf3446658dfaac14f93b6550ede90ba0e3da4a2.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 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 | ||
3 | buildscript { | 3 | buildscript { |
4 | ext.kotlin_version = '1.2.30' | 4 | ext.kotlin_version = '1.2.31' |
5 | 5 | ||
6 | repositories { | 6 | repositories { |
7 | jcenter() | 7 | jcenter() |