From c61a73d5e46635e5896e8b8959c05f626f3d8173 Mon Sep 17 00:00:00 2001 From: sspanak Date: Tue, 26 Nov 2024 15:44:01 +0200 Subject: [PATCH] upgraded com.android.application 8.7.1 -> 8.7.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 934eacbe..49875739 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.7.1' apply false + id 'com.android.application' version '8.7.2' apply false } \ No newline at end of file