Update build.gradle
This commit is contained in:
parent
d7aa07f580
commit
f38a02e528
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ android {
|
||||||
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 plugin’s automatic rasterization of vectors
|
// Stops the Gradle plugin’s automatic rasterization of vectors
|
||||||
// vectorDrawables.generatedDensities = ['hdpi']
|
// vectorDrawables.generatedDensities = ['hdpi']
|
||||||
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
Loading…
Reference in a new issue