Bump minSdk to 22

This commit is contained in:
Jakob Nixdorf 2020-05-27 06:59:26 +02:00
parent eaa9123b43
commit 3b6121157a
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -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 {