From 59d850922d9f84f287ce33116db71080a49dae07 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 7 Jun 2023 20:57:56 +0200 Subject: [PATCH] fix #598, properly display organization contact names --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8fbf76b4..a4817ed2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:a9c3e454da' + implementation 'com.github.SimpleMobileTools:Simple-Commons:9950e5f837' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }