From 08971261170b9b6e67f4b107f0b020047aa4348d Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Tue, 19 Nov 2019 22:34:18 +0100 Subject: [PATCH] Update kotlin gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf584e35..cc4aea8c 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.50' + ext.kotlin_version = '1.3.60' repositories { google()