[android] Removed non necessary support library

It was needed for KitKat devices
This commit is contained in:
Alexander Borsuk 2021-12-30 19:53:46 +01:00
parent 7d470dd1a3
commit 3da65ebad8

View file

@ -159,7 +159,6 @@ android {
ndkVersion '23.1.7779620'
defaultConfig {
vectorDrawables.useSupportLibrary = true
// Default package name is taken from the manifest and should be app.organicmaps
def ver = getVersion()
println('Version: ' + ver.first)