change(security and privacy) : extract code to a separate module
This commit is contained in:
parent
e3315406c5
commit
df89b5b9ac
64 changed files with 1296 additions and 55 deletions
|
|
@ -58,6 +58,7 @@ dependencies {
|
|||
implementation(projects.features.reportroom.api)
|
||||
implementation(projects.features.roommembermoderation.api)
|
||||
implementation(projects.features.rolesandpermissions.api)
|
||||
implementation(projects.features.securityandprivacy.api)
|
||||
implementation(projects.features.invitepeople.api)
|
||||
|
||||
testCommonDependencies(libs, true)
|
||||
|
|
@ -71,6 +72,7 @@ dependencies {
|
|||
testImplementation(projects.libraries.featureflag.test)
|
||||
testImplementation(projects.features.call.test)
|
||||
testImplementation(projects.features.rolesandpermissions.test)
|
||||
testImplementation(projects.features.securityandprivacy.test)
|
||||
testImplementation(projects.features.knockrequests.test)
|
||||
testImplementation(projects.features.messages.test)
|
||||
testImplementation(projects.features.poll.test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue