Remove vectorDrawables.useSupportLibrary line
This commit is contained in:
parent
c15b3e4c6f
commit
2bdd29454b
|
@ -24,7 +24,6 @@ android {
|
|||
versionName = project.libs.versions.app.version.versionName.get()
|
||||
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
|
||||
setProperty("archivesBaseName", "launcher")
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
|
Loading…
Reference in New Issue