Skip to content

Commit fcc25ad

Browse files
PlastixAidan Pieper
authored andcommitted
Target Android 12
No breaking changes for this app: https://developer.android.com/about/versions/12/behavior-changes-12
1 parent 781b997 commit fcc25ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ def keystoreProperties = new Properties()
2525
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
2626

2727
android {
28-
compileSdkVersion 31
28+
compileSdkVersion 32
2929

3030
defaultConfig {
3131
applicationId "io.github.plastix.buzz"
3232
if(!isRelease) {
3333
applicationIdSuffix ".dev"
3434
}
3535
minSdkVersion 21
36-
targetSdkVersion 31
36+
targetSdkVersion 32
3737
versionCode 9
3838
versionName "1.0-alpha05"
3939

0 commit comments

Comments
 (0)