From f00503f587ce3d91c622d71a84f2fa56f7f0235e Mon Sep 17 00:00:00 2001 From: Karolis Vycius Date: Wed, 28 Jun 2017 13:30:44 +0300 Subject: [PATCH] Kotlin 1.1.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96091e9..3addea0 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.kotlinVersion = '1.1.2-5' + ext.kotlinVersion = '1.1.3' repositories { jcenter()