Bumped up version

This commit is contained in:
Xinto 2020-11-15 14:48:56 +04:00
parent 870725a09a
commit af76bcb2a6
1 changed files with 2 additions and 6 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "com.vanced.manager"
minSdkVersion 21
targetSdkVersion 30
versionCode 200
versionName "2.0.0 (.nomagiskui)"
versionCode 201
versionName "2.0.1 (Android5and6suck)"
vectorDrawables.useSupportLibrary true
@ -36,10 +36,6 @@ android {
disable 'MissingTranslation', 'ExtraTranslation'
}
aaptOptions {
noCompress 'apk', '.apk'
}
applicationVariants.all { variant ->
resValue "string", "versionName", versionName
}