updating commons

This commit is contained in:
tibbi 2018-12-27 19:42:12 +01:00
parent b237b89fb2
commit a370aaa6a4
3 changed files with 4 additions and 3 deletions

View File

@ -50,5 +50,5 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.5.0'
implementation 'com.simplemobiletools:commons:5.6.1'
}

View File

@ -141,7 +141,8 @@ class MainActivity : SimpleActivity(), CanvasListener {
val licenses = LICENSE_GLIDE
val faqItems = arrayListOf(
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons)
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons)
)
startAboutActivity(R.string.app_name, licenses, BuildConfig.VERSION_NAME, faqItems, false)

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.11'
repositories {
google()