Bump minSdk to 22
This commit is contained in:
parent
eaa9123b43
commit
3b6121157a
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 19
|
||||
minSdkVersion 22
|
||||
targetSdkVersion 29
|
||||
versionCode 32
|
||||
versionName "0.7.1.1"
|
||||
versionCode 33
|
||||
versionName "0.8.0-alpha1"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
|
Loading…
Reference in a new issue