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

@ -78,6 +78,5 @@ dependencies {
testImplementation(projects.libraries.mediapickers.test)
testImplementation(libs.test.mockk)
androidTestImplementation(libs.test.junitext)
ksp(libs.showkase.processor)
}