From 19a5f24070f889032a6e65bbf7f6ed69a186161c Mon Sep 17 00:00:00 2001 From: MRSa Date: Sat, 26 Dec 2020 00:36:54 +0900 Subject: [PATCH] =?utf8?q?=E4=BD=BF=E7=94=A8kotlin=E3=83=90=E3=83=BC?= =?utf8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AE=E6=9B=B4=E6=96=B0=E3=81=AE?= =?utf8?q?=E3=81=BF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2240f67..21d1ddc 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.20' + ext.kotlin_version = '1.4.21' repositories { jcenter() google() -- 2.11.0