refactor: remove extra line

This commit is contained in:
FunkyMuse 2023-07-28 15:01:28 +02:00
parent 1a66e45230
commit 9aead43642

View file

@ -13,7 +13,6 @@ android {
defaultConfig {
minSdk = libs.versions.app.build.minimumSDK.get().toInt()
vectorDrawables.useSupportLibrary = true
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}