From 5c1b3b532b3774a1c461589e16354648d3c4a233 Mon Sep 17 00:00:00 2001 From: sspanak Date: Sun, 16 Feb 2025 13:20:28 +0200 Subject: [PATCH] upgraded com.android.application 8.8.0 -> 8.8.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 450b08b6..4f8f9baa 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.8.0' apply false + id 'com.android.application' version '8.8.1' apply false }