Skip to content

Commit 74b0ab8

Browse files
authored
Merge branch 'develop' into SAML_SSO
2 parents 93722cc + 4dbff8b commit 74b0ab8

File tree

42 files changed

+2810
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2810
-473
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ private def setupFirebaseConfigFields(buildType) {
180180

181181
buildType.manifestPlaceholders = [fcmEnabled: firebaseEnabled && cloudMessagingEnabled]
182182
}
183+
184+
ksp {
185+
arg("room.schemaLocation", "$projectDir/schemas")
186+
}

0 commit comments

Comments
 (0)