Skip to content

Commit

Permalink
Update Android Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Dec 22, 2023
1 parent d82728a commit aec2fa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -21,7 +21,6 @@ allprojects {

static def androidCompileSdk() { return 34 }

// 14 for Support Library
static def androidMinSdk() { return 21 }

static def androidTargetSdk() { return 34 }
Expand Down

0 comments on commit aec2fa9

Please sign in to comment.