fix: properly handle keyword blocking (#535)

Refs: https://github.com/FossifyOrg/Messages/issues/99
This commit is contained in:
Naveen Singh 2025-10-05 12:47:39 +05:30 committed by GitHub
parent 910eccf956
commit 7a291d7804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -17,7 +17,7 @@ eventbus = "3.3.1"
room = "2.8.1"
#Fossify
commons = "5.2.0"
android-smsmms = "c3e678befd"
mmslib = "1.0.0"
indicator-fast-scroll = "4524cd0b61"
#Gradle
gradlePlugins-agp = "8.11.1"
@ -43,7 +43,7 @@ compose-detekt = { module = "io.nlopez.compose.rules:detekt", version.ref = "det
#Fossify
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
indicator-fast-scroll = { module = "org.fossify:IndicatorFastScroll", version.ref = "indicator-fast-scroll" }
android-smsmms = { module = "org.fossify:android-smsmms", version.ref = "android-smsmms" }
mmslib = { module = "org.fossify:mmslib", version.ref = "mmslib" }
#EventBus
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
#Helpers