From 2f302a3c10d17f922e432f7e29fe13720db5e179 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 20 Oct 2022 00:16:42 +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 4d2a8c7..4d4981e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.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 7b2c99d..5cde36d 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 {