From 719e7dfac1f8083c5f9a910c4eedb0ef624d74d9 Mon Sep 17 00:00:00 2001 From: LittleTurtle2333 Date: Mon, 6 Mar 2023 15:41:06 +0800 Subject: [PATCH] Update AGP to 7.4.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 871e2609..716ed339 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '7.4.1' apply false - id 'com.android.library' version '7.4.1' apply false + id 'com.android.application' version '7.4.2' apply false + id 'com.android.library' version '7.4.2' apply false id 'org.jetbrains.kotlin.android' version '1.8.10' apply false }