lets enable support library for using vectors
This commit is contained in:
parent
80c75d9153
commit
191c67c72b
|
@ -20,6 +20,7 @@ android {
|
||||||
versionName "6.5.7"
|
versionName "6.5.7"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
setProperty("archivesBaseName", "calendar")
|
setProperty("archivesBaseName", "calendar")
|
||||||
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
|
Loading…
Reference in New Issue