revert compileSdkVersion and targetSdkVersion to 31

This commit is contained in:
darthpaul
2022-06-25 23:22:37 +01:00
parent 916121ffc9
commit cc5fa462c4

View File

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