fix build

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/89/head
androidacy-user 2 years ago
parent 6d22c3c885
commit 1e1b66dac0

@ -81,6 +81,9 @@ android {
"en"
)
)
ksp {
arg("room.schemaLocation", "$projectDir/roomSchemas")
}
}
splits {
@ -165,7 +168,7 @@ android {
)
)
} else {
propertiesA.setProperty("client_id", "\"" + default + "\"")
propertiesA.setProperty("client_id", default)
}
buildConfigField(

Loading…
Cancel
Save