From 29d2ec5085df887ee8709d00c8813755fbb53b56 Mon Sep 17 00:00:00 2001 From: vshcherb Date: Thu, 23 Apr 2020 14:23:31 +0200 Subject: [PATCH] Update build.gradle --- OsmAnd/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index b4c5e683f3..2158ac3b6d 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 = [] + // generatedDensities = [] } lintOptions { @@ -84,7 +84,7 @@ android { noCompress "qz" cruncherEnabled = false // Flag notifies aapt to keep the attribute IDs around - additionalParameters "--no-version-vectors" + // additionalParameters "--no-version-vectors" } dexOptions {