revert compileSdkVersion and targetSdkVersion to 31
This commit is contained in:
parent
916121ffc9
commit
cc5fa462c4
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue