mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 11:49:01 +00:00
Bump minSdk to 21
This commit is contained in:
parent
10c91b25e1
commit
ee5f4d263b
1 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue