From a2154143405eede8caec85cec769b394a20fb8a5 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 27 Feb 2025 16:14:10 +0800 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index af293d693..8a539b519 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.8.1' apply false - id 'com.android.library' version '8.8.1' apply false + id 'com.android.application' version '8.8.2' apply false + id 'com.android.library' version '8.8.2' apply false id 'com.chaquo.python' version '15.0.1' apply false }