From 6cff3dd25bb49340d5a86e57b3c13d3281a9eb83 Mon Sep 17 00:00:00 2001 From: sspanak Date: Mon, 3 Mar 2025 13:34:32 +0200 Subject: [PATCH] upgraded com.android.application 8.8.1 -> 8.8.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4f8f9baa..00f0e00e 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.1' apply false + id 'com.android.application' version '8.8.2' apply false }