From 39fa6144c90c0ade1f662b52f14be0dbf5a2b5cd Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 14 Jun 2021 16:52:37 +0200 Subject: [PATCH] updating kotlin to 1.5.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf2df391..8aef38e0 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.4.32' + ext.kotlin_version = '1.5.10' repositories { google()