From 32b172827eeb060320d3ff9cf41fc8061656390a Mon Sep 17 00:00:00 2001 From: sspanak Date: Sat, 10 May 2025 11:28:40 +0300 Subject: [PATCH] upgraded com.android.application 8.9.2 -> 8.10.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91e1265b..b4f2a35b 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.2' apply false + id 'com.android.application' version '8.10.0' apply false }