From 046c545fa2ca940553041f4248c1508bb08a6cbb Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 8 Oct 2017 19:21:31 +0200 Subject: [PATCH] update kotlin to 1.1.51 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 21525be3d..32a112c98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { } buildscript { - ext.kotlin_version = '1.1.50' + ext.kotlin_version = '1.1.51' repositories { mavenCentral() }