From da1ad98de8cad729587927c3bec46fc5d38b85b1 Mon Sep 17 00:00:00 2001 From: sspanak Date: Mon, 2 Sep 2024 09:59:58 +0300 Subject: [PATCH] upgraded com.android.application 8.5.2 -> 8.6.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f1aeb11..f5195038 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.5.2' apply false + id 'com.android.application' version '8.6.0' apply false } \ No newline at end of file