properly handle and show received MMS

This commit is contained in:
tibbi 2020-04-10 20:06:14 +02:00
parent a25982e816
commit 02ba0e3651
4 changed files with 42 additions and 11 deletions

View file

@ -39,4 +39,5 @@ dependencies {
implementation 'com.simplemobiletools:commons:5.25.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.klinkerapps:android-smsmms:5.2.6'
}