update commons to 4.6.3

This commit is contained in:
tibbi
2018-08-07 21:24:15 +02:00
parent 87293d9706
commit 1ebb8a2ebb
3 changed files with 6 additions and 4 deletions

View File

@ -97,12 +97,14 @@ class SettingsActivity : SimpleActivity() {
}
private fun launchAbout() {
val licenses = LICENSE_GLIDE or LICENSE_LEAK_CANARY
val faqItems = arrayListOf(
FAQItem(R.string.faq_1_title, R.string.faq_1_text),
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons)
)
startAboutActivity(R.string.app_name, LICENSE_GLIDE or LICENSE_LEAK_CANARY, BuildConfig.VERSION_NAME, faqItems)
startAboutActivity(R.string.app_name, licenses, BuildConfig.VERSION_NAME, faqItems, true)
}
private fun getLastPart(path: String): String {