Update build.gradle
This commit is contained in:
parent
8f16b5feb9
commit
04b6a64b68
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")? 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 plugin’s automatic rasterization of vectors
|
// Stops the Gradle plugin’s automatic rasterization of vectors
|
||||||
vectorDrawables.generatedDensities = ['hdpi']
|
// vectorDrawables.generatedDensities = ['hdpi']
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
Loading…
Reference in a new issue