Pinned events : start branching sdk data in the banner.

This commit is contained in:
ganfra 2024-08-01 18:34:52 +02:00
parent ebc9fd745e
commit 9985526137
10 changed files with 201 additions and 56 deletions

View file

@ -102,5 +102,6 @@ dependencies {
testImplementation(projects.features.poll.test)
testImplementation(projects.features.poll.impl)
testImplementation(libs.androidx.compose.ui.test.junit)
testImplementation(projects.libraries.eventformatter.test)
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)
}