From fb9d9694866d72866bc633604cd5a0917a59897c Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 27 Aug 2021 15:28:23 +0200 Subject: [PATCH] updating kotlin to 1.5.30 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 313bed26..e0fb0bd8 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.5.10' + ext.kotlin_version = '1.5.30' repositories { google()