From b9a8b6195b95950aa395f6ef4614ca8ca6d95404 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 6 Feb 2023 03:57:55 +0800 Subject: [PATCH] Update Gradle & PlatformSDK - Update Android Gradle Plugin version to 7.4.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index faca01b..0c40d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '7.4.0' apply false - id 'com.android.library' version '7.4.0' apply false + id 'com.android.application' version '7.4.1' apply false + id 'com.android.library' version '7.4.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.22' apply false }