change minSdkVersion

This commit is contained in:
Masayuki Tamura 2020-09-16 18:40:55 +09:00
parent d9a592902a
commit 99dceae1c8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ android {
compileSdkVersion 29 compileSdkVersion 29
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 1 versionCode 1
versionName "1.0.10-beta2" versionName "1.0.10-beta2"

View File

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "oupson.apngcreator" applicationId "oupson.apngcreator"
minSdkVersion 21 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 1 versionCode 1
versionName "1.0.10-beta2" versionName "1.0.10-beta2"