Update build.gradle

This commit is contained in:
vshcherb 2020-04-29 14:29:35 +02:00 committed by GitHub
parent 764f413196
commit 203d25c5e4
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
// generatedDensities = []
vectorDrawables.generatedDensities = ['hdpi']
}
lintOptions {