From 5e09379b4ea8cfd00e92fa5347f49aeff3577d45 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Mon, 6 Mar 2023 19:07:13 +0800 Subject: [PATCH] feature: Update gradle plugin to 7.4.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 84ae37c..443cab9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. 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.8.0' apply false } \ No newline at end of file