aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-12 14:20:29 -0700
committerAllan Wang <me@allanwang.ca>2017-06-12 14:20:29 -0700
commitf6e4610565084b0c6576b7606a5c56db77e72ceb (patch)
tree3c84d8844bdc4e255a7424511a08e9cd99b8e5e7 /build.gradle
parent544d077a36c28e269efbe7950f3215801c6c42e8 (diff)
downloadkau-f6e4610565084b0c6576b7606a5c56db77e72ceb.tar.gz
kau-f6e4610565084b0c6576b7606a5c56db77e72ceb.tar.bz2
kau-f6e4610565084b0c6576b7606a5c56db77e72ceb.zip
Update kotlin
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a166712..0387685 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-4'
+ ext.kotlin_version = '1.1.2-5'
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }