From ea078932b8f2d1a286394d887e1c1e846ab8cff4 Mon Sep 17 00:00:00 2001 From: sspanak Date: Wed, 12 Jun 2024 10:46:08 +0300 Subject: [PATCH] upgraded android.application 8.4.1 -> 8.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ebd97bbf..b72492ba 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.4.1' apply false + id 'com.android.application' version '8.4.2' apply false } \ No newline at end of file