From ea5da078384c140771c9afe130b6c1bde1bd605f Mon Sep 17 00:00:00 2001 From: sspanak Date: Thu, 12 Jun 2025 16:26:11 +0300 Subject: [PATCH] upgraded com.android.application 8.10.0 -> 8.10.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b4f2a35b..2943e971 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.10.0' apply false + id 'com.android.application' version '8.10.1' apply false }