Remove vectorDrawables.useSupportLibrary line

This commit is contained in:
Ensar Sarajčić 2023-08-03 15:33:23 +02:00
parent c15b3e4c6f
commit 2bdd29454b
1 changed files with 0 additions and 1 deletions

View File

@ -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 {