From d2da5f18e5300f9305d7cc6664635d0dcdd65890 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sun, 16 Feb 2025 22:54:15 +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 9853c2f1d..af293d693 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.8.0' apply false - id 'com.android.library' version '8.8.0' apply false + id 'com.android.application' version '8.8.1' apply false + id 'com.android.library' version '8.8.1' apply false id 'com.chaquo.python' version '15.0.1' apply false }