mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Remove vector drawable support library flag
Not needed since our min SDK is >= 21
This commit is contained in:
parent
902700e1f4
commit
f841d3d259
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ android {
|
|||
buildConfigField "String", "BUILD_TIME", "\"${getBuildTime()}\""
|
||||
buildConfigField "boolean", "INCLUDE_UPDATER", "false"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
ndk {
|
||||
|
|
Loading…
Reference in a new issue