Set app min sdk to 21

Update version name
This commit is contained in:
oupson 2019-10-05 20:47:25 +02:00
parent b24ae6d28f
commit 758d729e94
2 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "oupson.apngcreator"
minSdkVersion 24
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0.9"
versionName "1.0.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
// Configure only for each module that uses Java 8