mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-04 05:17:34 +01:00
updating target SDK to 30
This commit is contained in:
parent
dbc674df62
commit
426b2b9ce2
@ -10,13 +10,12 @@ if (keystorePropertiesFile.exists()) {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
compileSdk 30
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.gallery.pro"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
minSdk 21
|
||||
targetSdk 30
|
||||
versionCode 358
|
||||
versionName "6.22.3"
|
||||
setProperty("archivesBaseName", "gallery-$versionCode")
|
||||
|
Loading…
x
Reference in New Issue
Block a user