Update build.gradle

This commit is contained in:
vshcherb 2020-04-23 14:23:31 +02:00 committed by GitHub
parent 549933f0b6
commit 29d2ec5085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ android {
versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName 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 versionName System.getenv("APK_VERSION_SUFFIX")? versionName + System.getenv("APK_VERSION_SUFFIX").toString(): versionName
// Stops the Gradle plugins automatic rasterization of vectors // Stops the Gradle plugins automatic rasterization of vectors
generatedDensities = [] // generatedDensities = []
} }
lintOptions { lintOptions {
@ -84,7 +84,7 @@ android {
noCompress "qz" noCompress "qz"
cruncherEnabled = false cruncherEnabled = false
// Flag notifies aapt to keep the attribute IDs around // Flag notifies aapt to keep the attribute IDs around
additionalParameters "--no-version-vectors" // additionalParameters "--no-version-vectors"
} }
dexOptions { dexOptions {