Fix crash when pressing back from the showkase Activity

This commit is contained in:
Benoit Marty
2025-11-19 22:39:41 +01:00
parent 43b4bd3fd5
commit 00ea0724aa

View File

@@ -41,7 +41,8 @@ serialization_json = "1.9.0"
#other
coil = "3.3.0"
showkase = "1.0.5"
# Rollback to 1.0.4, 1.0.5 has this issue: https://github.com/airbnb/Showkase/issues/420
showkase = "1.0.4"
appyx = "1.7.1"
sqldelight = "2.2.1"
wysiwyg = "2.40.0"