From ca238cd2079a01fb28b736e6435cbcd607b6f4b1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 25 Nov 2022 18:22:50 +0100 Subject: [PATCH] updating commons and android-smsmms --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 444941de..9e56ee6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,10 +63,10 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f5f3f94be6' + implementation 'com.github.SimpleMobileTools:Simple-Commons:92e9ea7598' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' - implementation 'com.github.tibbi:android-smsmms:f0d7cfe78a' + implementation 'com.github.tibbi:android-smsmms:c83de10596' implementation "me.leolin:ShortcutBadger:1.1.22" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'