Add a flag to enable or disable incoming share

This commit is contained in:
Benoit Marty
2024-06-06 12:17:50 +02:00
committed by Benoit Marty
parent abaac1c5ca
commit 6781b5cee7
11 changed files with 205 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ dependencies {
testImplementation(projects.tests.testutils)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)
testImplementation(projects.features.share.test)
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.services.analytics.test)
testImplementation(libs.test.appyx.junit)