From bdb75841cf8e688449fa1a12d1f7280251f3949b Mon Sep 17 00:00:00 2001 From: tuuz Date: Mon, 18 Mar 2024 03:23:11 +0800 Subject: [PATCH] =?UTF-8?q?AGP=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6561f5b..bd278cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 "8.2.0" apply false + id("com.android.application") version "8.2.1" apply false id("org.jetbrains.kotlin.android") version "1.9.22" apply false - id("com.android.library") version "8.2.0" apply false + id("com.android.library") version "8.2.1" apply false }