removing LeakCanary license

This commit is contained in:
tibbi 2018-10-16 18:46:58 +02:00
parent 974ffe5408
commit dec4793821
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
}
private fun launchAbout() {
val licenses = LICENSE_JODA or LICENSE_STETHO or LICENSE_LEAK_CANARY
val licenses = LICENSE_JODA or LICENSE_STETHO
val faqItems = arrayListOf(
FAQItem(R.string.faq_1_title_commons, R.string.faq_1_text_commons),