diff options
author | pacien | 2018-06-03 21:06:09 +0200 |
---|---|---|
committer | pacien | 2018-06-03 21:06:09 +0200 |
commit | 1bd60ce1cb2c0abd6674aa75c3341cf83dc7aaf6 (patch) | |
tree | db6bd6787b28edb00977bdfbb869770348012237 /build.gradle | |
parent | fa103289a155e5b167a8a355ac226c7210b853ba (diff) | |
download | tincapp-1bd60ce1cb2c0abd6674aa75c3341cf83dc7aaf6.tar.gz |
Update kotlin runtime
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 9a99da9..7c78961 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.40' | 4 | ext.kotlin_version = '1.2.41' |
5 | 5 | ||
6 | repositories { | 6 | repositories { |
7 | jcenter() | 7 | jcenter() |