From 76cbb8bb0dbfe80a35465d230e89812553a5ce95 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 25 Feb 2021 21:34:45 +0100 Subject: [PATCH] update kotlin to 1.4.31 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c94bd99d..9fa7b7f7 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.30' + ext.kotlin_version = '1.4.31' repositories { google()