Merge pull request #1 from mogamusa31/feature/change-minSdkVersion

change minSdkVersion
This commit is contained in:
mogamusa31 2020-09-16 18:42:19 +09:00 committed by GitHub
commit 9e325182f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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