diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 2158ac3b6d..8a19043995 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -52,7 +52,7 @@ android { versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName versionName System.getenv("APK_VERSION_SUFFIX")? versionName + System.getenv("APK_VERSION_SUFFIX").toString(): versionName // Stops the Gradle plugin’s automatic rasterization of vectors - // generatedDensities = [] + vectorDrawables.generatedDensities = ['hdpi'] } lintOptions {