diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-25 14:18:15 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-25 14:18:15 -0700 |
commit | 2c97b479d3ce9132ce2215f6ae9b96f9912ef05b (patch) | |
tree | 57992a84d66560a90093fcb7ffd59d47a040cd29 /build.gradle | |
parent | 2588d7bd473203dbd0a09f6a6cbb0a3f0b5c0c19 (diff) | |
download | kau-2c97b479d3ce9132ce2215f6ae9b96f9912ef05b.tar.gz kau-2c97b479d3ce9132ce2215f6ae9b96f9912ef05b.tar.bz2 kau-2c97b479d3ce9132ce2215f6ae9b96f9912ef05b.zip |
Update kau
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 aa426e1..76797e2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.1.2-5' + ext.kotlin_version = '1.1.3' repositories { jcenter() maven { url 'https://maven.fabric.io/public' } |