updating commons, avoid showing the same contact multiple times

This commit is contained in:
tibbi 2020-05-12 13:03:21 +02:00
parent 448aa70bb9
commit 40cf2251e4

View File

@ -36,6 +36,6 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.27.26' implementation 'com.simplemobiletools:commons:5.27.27'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
} }