From c134a3ba928789d200cfb14a4d4a7a5978115a03 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Fri, 22 Nov 2019 14:27:42 +0100 Subject: [PATCH] Use that not that new version of Kotlin because the plugin to upload to Bintray needed it --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 05da3b3..4aff3de 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { } buildscript { - ext.kotlin_version = '1.3.60' + ext.kotlin_version = '1.3.50' repositories { jcenter() }