From 6c98e8802a5e46cc0bd75e28b90d7384abc19b87 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 30 Dec 2021 19:53:46 +0100 Subject: [PATCH] [android] Removed non necessary support library It was needed for KitKat devices Signed-off-by: Alexander Borsuk --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3464faf6f6..eaf1856566 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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)