From a938b7df13901ba5dc6e8475c481b428578c8a64 Mon Sep 17 00:00:00 2001 From: Nils Dittberner Date: Sat, 17 Feb 2018 13:21:53 +0100 Subject: [PATCH] New kotlin version 1.2.21 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d7433fb..2354353 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.3-2' + ext.kotlin_version = '1.2.21' repositories { google() jcenter()