Update build.gradle
This commit is contained in:
parent
764f413196
commit
203d25c5e4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue