From 1c900139a26f58163aea8f748dca84fcadd00842 Mon Sep 17 00:00:00 2001 From: sspanak Date: Wed, 27 Mar 2024 12:39:06 +0200 Subject: [PATCH] AGP upgrade 8.3.0 -> 8.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 03756bf4..329bf84d 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.3.0' apply false + id 'com.android.application' version '8.3.1' apply false } \ No newline at end of file