mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-01 19:22:11 -05:00
add some missing licenses
This commit is contained in:
@@ -130,7 +130,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
||||
}
|
||||
|
||||
private fun launchAbout() {
|
||||
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_MULTISELECT, BuildConfig.VERSION_NAME)
|
||||
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_MULTISELECT or LICENSE_JODA or LICENSE_GLIDE, BuildConfig.VERSION_NAME)
|
||||
}
|
||||
|
||||
private fun storeStateVariables() {
|
||||
|
||||
Reference in New Issue
Block a user