From 4e71991822ad7230cad487b03ef386d53c8f0cfa Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Jul 2018 14:41:00 +0200 Subject: [PATCH] update kotlin to 1.2.51 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c824b629..94d76296 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.2.50' + ext.kotlin_version = '1.2.51' repositories { google()