From ec9ab4dc4b2328197c3556d2d57d5bfc9f32a0d2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Feb 2022 11:39:04 +0100 Subject: [PATCH] updating kotlin to 1.6.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6129fadb..7ac46d49 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.31' + ext.kotlin_version = '1.6.10' repositories { google() jcenter()