mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
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()
|
versionName = project.libs.versions.app.version.versionName.get()
|
||||||
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
|
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
|
||||||
setProperty("archivesBaseName", "launcher")
|
setProperty("archivesBaseName", "launcher")
|
||||||
vectorDrawables.useSupportLibrary = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user