lets update target SDK to 31
This commit is contained in:
parent
39c568777b
commit
27772d1922
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.simplemobiletools.gallery.pro"
|
applicationId "com.simplemobiletools.gallery.pro"
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 30
|
targetSdk 31
|
||||||
versionCode 358
|
versionCode 358
|
||||||
versionName "6.22.3"
|
versionName "6.22.3"
|
||||||
setProperty("archivesBaseName", "gallery-$versionCode")
|
setProperty("archivesBaseName", "gallery-$versionCode")
|
||||||
|
|
Loading…
Reference in a new issue