mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 19:25:11 +00:00
Bumped up version
This commit is contained in:
parent
870725a09a
commit
af76bcb2a6
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue