From 850e16f101d904a72d4e5325daaf57cc053e61e5 Mon Sep 17 00:00:00 2001 From: sspanak Date: Thu, 19 Dec 2024 17:04:52 +0200 Subject: [PATCH] upgraded com.android.application 8.7.2 -> 8.7.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49875739..88334656 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.2' apply false + id 'com.android.application' version '8.7.3' apply false } \ No newline at end of file