From 25c6b2268c543a9f18db3c3045f78eda9acc1c48 Mon Sep 17 00:00:00 2001 From: Emux Date: Fri, 19 Sep 2025 15:39:17 +0300 Subject: [PATCH] Update Android Gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8743a85ce..3340fde6b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '8.11.1' apply false + id 'com.android.application' version '8.12.3' apply false } allprojects {