Bump minSdk to 21

This commit is contained in:
Phillip Thelen 2018-12-04 14:28:11 +01:00
parent 10c91b25e1
commit ee5f4d263b

View file

@ -142,14 +142,13 @@ android {
defaultConfig {
minSdkVersion 15
minSdkVersion 21
applicationId "com.habitrpg.android.habitica"
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "STORE", "\"google\""
multiDexEnabled true
versionCode 2040
versionName "1.6.1"
versionName "1.7"
}
lintOptions {