revert compileSdkVersion and targetSdkVersion to 31

This commit is contained in:
darthpaul 2022-06-25 23:22:37 +01:00
parent 916121ffc9
commit cc5fa462c4
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 32
compileSdkVersion 31
defaultConfig {
applicationId "com.simplemobiletools.camera"
minSdkVersion 29
targetSdkVersion 32
targetSdkVersion 31
versionCode 77
versionName "5.3.1"
setProperty("archivesBaseName", "camera")