From cefc0f8e4df92884caeb7034c59a38a7ff90333e Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 6 May 2026 07:07:48 +0200 Subject: [PATCH] Updated gradle to 9.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 47e2f7e882..f8699099f1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { // https://developer.android.com/studio/releases/gradle-plugin - id 'com.android.application' version '9.2.0' apply false + id 'com.android.application' version '9.2.1' apply false //id 'com.android.library' version '9.2.0' apply false // https://plugins.gradle.org/plugin/de.undercouch.download id 'de.undercouch.download' version '5.6.0' apply false