fix: properly handle keyword blocking (#535)
Refs: https://github.com/FossifyOrg/Messages/issues/99
This commit is contained in:
parent
910eccf956
commit
7a291d7804
4 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue