From e8827cb1706c2ec4c82f2586df91acc3fb17d648 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 24 Aug 2026 07:37:29 +0200 Subject: [PATCH] Updated gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4f6084c57a..23c03de16c 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.3.1' apply false + id 'com.android.application' version '9.3.2' apply false // https://plugins.gradle.org/plugin/de.undercouch.download id 'de.undercouch.download' version '5.7.0' apply false }