diff options
author | pacien | 2018-04-21 20:01:36 +0200 |
---|---|---|
committer | pacien | 2018-04-21 20:01:36 +0200 |
commit | 6ed9cd40d7c430d8f29ada54fd81c00df468eca5 (patch) | |
tree | 34fac25a577981e4cdf13c3a763348d86d633498 /build.gradle | |
parent | ba99c34a26c21cbb9e94675d264823fee554c7e6 (diff) | |
download | tincapp-6ed9cd40d7c430d8f29ada54fd81c00df468eca5.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 9807ca4..b9da98c 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.31' | 4 | ext.kotlin_version = '1.2.40' |
5 | 5 | ||
6 | repositories { | 6 | repositories { |
7 | jcenter() | 7 | jcenter() |