Update build.gradle

This commit is contained in:
vshcherb 2020-05-12 11:44:04 +02:00 committed by GitHub
parent 8f16b5feb9
commit 04b6a64b68
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_SUFFIX")? versionName + System.getenv("APK_VERSION_SUFFIX").toString(): versionName
// Stops the Gradle plugins automatic rasterization of vectors
vectorDrawables.generatedDensities = ['hdpi']
// vectorDrawables.generatedDensities = ['hdpi']
}
lintOptions {