Merge pull request #952 from vector-im/feature/bma/fixPushStoreCrash

Fix push store crash
This commit is contained in:
Benoit Marty 2023-07-25 09:43:37 +02:00 committed by GitHub
commit bbd6399c65
17 changed files with 124 additions and 21 deletions

View file

@ -69,6 +69,4 @@ dependencies {
testImplementation(projects.features.analytics.test)
testImplementation(projects.features.analytics.impl)
testImplementation(projects.tests.testutils)
androidTestImplementation(libs.test.junitext)
}