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 }