From 96a8e7c7cf7f849e970b0b74aaea05c9100c605b Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Wed, 20 Aug 2025 13:47:08 +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 4ed039190..1c227b08f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.12.0' apply false - id 'com.android.library' version '8.12.0' apply false + id 'com.android.application' version '8.12.1' apply false + id 'com.android.library' version '8.12.1' apply false id 'com.chaquo.python' version '16.1.0' apply false }