From 558b0a9f576ce2b9d5b97a123fe31b71fe5375bf Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 21 Jun 2019 11:46:57 +0200 Subject: [PATCH] updating kotlin to 1.3.40 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a88757196..bfe902f73 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.3.31' + ext.kotlin_version = '1.3.40' repositories { google()