From d101ac0acba600cbd2bede862aaa53e2a4cc9d66 Mon Sep 17 00:00:00 2001 From: flan Date: Fri, 13 Apr 2018 15:22:31 +0200 Subject: [PATCH] Update Kotlin runtime --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9684663..310157c 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.4-2' + ext.kotlin_version = '1.2.10' ext.git_app_version = 'git describe --tags'.execute().text.trim() repositories { jcenter()