Remove vector drawable support library flag

Not needed since our min SDK is >= 21
pull/2961/head
arkon 4 years ago
parent 902700e1f4
commit f841d3d259

@ -47,8 +47,6 @@ android {
buildConfigField "String", "BUILD_TIME", "\"${getBuildTime()}\""
buildConfigField "boolean", "INCLUDE_UPDATER", "false"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
ndk {

Loading…
Cancel
Save