adding the SMS MMS license

This commit is contained in:
tibbi 2020-04-10 20:19:31 +02:00
parent 02ba0e3651
commit e92576f876
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -154,7 +154,7 @@ class MainActivity : SimpleActivity() {
}
private fun launchAbout() {
val licenses = LICENSE_EVENT_BUS
val licenses = LICENSE_EVENT_BUS or LICENSE_SMS_MMS
val faqItems = arrayListOf(
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),