From 62f8409a347a01e39d7e5aa23fa6eed03a2a1f21 Mon Sep 17 00:00:00 2001 From: sspanak Date: Wed, 26 Mar 2025 11:03:02 +0200 Subject: [PATCH] upgraded com.android.application 8.9.0 -> 8.9.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d39e29b4..a0aeff96 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.9.0' apply false + id 'com.android.application' version '8.9.1' apply false }