Skip to content

Commit

Permalink
updating commons
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Dec 27, 2018
1 parent b237b89 commit a370aaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ android {
}

dependencies {
implementation 'com.simplemobiletools:commons:5.5.0'
implementation 'com.simplemobiletools:commons:5.6.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit a370aaa

Please sign in to comment.