From 79916df991f9c5f31d9e0c907b1422c95ae51e0e Mon Sep 17 00:00:00 2001 From: Emux Date: Sat, 14 Jan 2023 16:47:07 +0200 Subject: [PATCH] Update Android Gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da6b81f9..39830bc4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '7.3.0' apply false + id 'com.android.application' version '7.3.1' apply false } allprojects {