From 1889b848b061ee3d03e1de445a89e2d6895d87a5 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 21 Jan 2023 00:49:40 +0800 Subject: [PATCH] Update Android Gradle Plugin to 7.4.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2a0fe14..cdc36d7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '7.3.1' apply false - id 'com.android.library' version '7.3.1' apply false + id 'com.android.application' version '7.4.0' apply false + id 'com.android.library' version '7.4.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.22' apply false }