mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-01-31 23:44:48 +01:00
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…
x
Reference in New Issue
Block a user