updating commons

This commit is contained in:
tibbi 2022-06-19 16:52:52 +02:00
parent 1dc40ca226
commit c6d692077a
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:d65a4663a4'
implementation 'com.github.SimpleMobileTools:Simple-Commons:84703bd48d'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
}

View File

@ -107,7 +107,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
}
private fun launchAbout() {
val licenses = 0
val licenses = 0L
val faqItems = ArrayList<FAQItem>()