From 693e48c72a6a166c22c6c00d4074cdfb276828ff Mon Sep 17 00:00:00 2001 From: gottagofaster236 Date: Sun, 18 Jul 2021 18:07:08 +0300 Subject: [PATCH] Updated kotlin version --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2c874cc..60432ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' id 'kotlin-android' - id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.20' + id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.21' } android { diff --git a/build.gradle b/build.gradle index acd0f40..d4576bc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.5.20" + ext.kotlin_version = "1.5.21" repositories { google() mavenCentral()