From f3f157ea946343a8b64897c8b559711cc490894a Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 20 Oct 2022 00:15:31 +0800 Subject: [PATCH] Update Gradle & PlatformSDK - Update Android Gradle Plugin version to 7.3.1 - Update Kotlin version to 1.7.20 --- app/build.gradle | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e7c77a..6559d21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' id 'kotlin-android' - id 'com.google.devtools.ksp' version '1.7.10-1.0.6' + id 'com.google.devtools.ksp' version '1.7.20-1.0.7' } android { diff --git a/build.gradle b/build.gradle index fa582e9..696f8f4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { - id 'com.android.application' version '7.3.0' apply false - id 'com.android.library' version '7.3.0' apply false - id 'org.jetbrains.kotlin.android' version '1.7.10' apply false + id 'com.android.application' version '7.3.1' apply false + id 'com.android.library' version '7.3.1' apply false + id 'org.jetbrains.kotlin.android' version '1.7.20' apply false } ext {