Merge pull request #5117 from element-hq/renovate/showkase

Update showkase to v1.0.5
This commit is contained in:
Benoit Marty 2025-08-13 17:01:11 +02:00 committed by GitHub
commit e1095c0688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

View file

@ -40,6 +40,7 @@ android {
implementation(projects.libraries.uiStrings)
ksp(libs.showkase.processor)
implementation(libs.showkase)
testImplementation(libs.test.junit)
testImplementation(libs.coroutines.test)