From aec2fa9cb2e3e2bdb6cbb647ae2756c5f04565b8 Mon Sep 17 00:00:00 2001 From: Emux Date: Fri, 22 Dec 2023 10:15:37 +0200 Subject: [PATCH] Update Android Gradle plugin --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4be0ff247..68fe72bef 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '8.1.4' apply false + id 'com.android.application' version '8.2.0' apply false } allprojects { @@ -21,7 +21,6 @@ allprojects { static def androidCompileSdk() { return 34 } -// 14 for Support Library static def androidMinSdk() { return 21 } static def androidTargetSdk() { return 34 }