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" "en"
) )
) )
ksp {
arg("room.schemaLocation", "$projectDir/roomSchemas")
}
} }
splits { splits {
@ -165,7 +168,7 @@ android {
) )
) )
} else { } else {
propertiesA.setProperty("client_id", "\"" + default + "\"") propertiesA.setProperty("client_id", default)
} }
buildConfigField( buildConfigField(

Loading…
Cancel
Save