From f6e905ef5acced96c48acd69657624a8d12177a5 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 21 Sep 2022 19:05:43 +0800 Subject: [PATCH] Update Android Gradle Plugin to 7.3.0 --- .idea/kotlinc.xml | 15 +++++++++------ build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 3a29068d..c15fdfa0 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,9 +1,12 @@ - - - - + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 50bafb26..491e862b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ //file:noinspection unused plugins { - id 'com.android.application' version '7.2.2' apply false - id 'com.android.library' version '7.2.2' apply false + 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 }