Merge pull request #8 from mogamusa31/master

Would you please change the minSdkVersion from 21 to 19.
This commit is contained in:
oupson 2020-09-16 21:45:49 +02:00 committed by GitHub
commit 8e45eab274
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 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"