Create FakePushService.

This commit is contained in:
Benoit Marty 2024-03-25 10:47:18 +01:00 committed by Benoit Marty
parent 3edbb29eb8
commit 5ff74caed8
4 changed files with 41 additions and 18 deletions

View file

@ -25,5 +25,6 @@ android {
dependencies {
api(projects.libraries.push.api)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.pushproviders.api)
implementation(projects.tests.testutils)
}