Skip to content

Commit

Permalink
Target Android 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastix authored and Aidan Pieper committed May 15, 2022
1 parent 781b997 commit fcc25ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
compileSdkVersion 31
compileSdkVersion 32

defaultConfig {
applicationId "io.github.plastix.buzz"
if(!isRelease) {
applicationIdSuffix ".dev"
}
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 32
versionCode 9
versionName "1.0-alpha05"

Expand Down

0 comments on commit fcc25ad

Please sign in to comment.