add Gson and Leak Canary licenses

This commit is contained in:
tibbi 2017-11-13 17:12:07 +01:00
parent 30b1cb40c6
commit 64c4eb1483
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ ext {
}
dependencies {
compile 'com.simplemobiletools:commons:2.38.10'
compile 'com.simplemobiletools:commons:2.38.11'
compile 'joda-time:joda-time:2.9.9'
compile 'com.facebook.stetho:stetho:1.5.0'
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'

View File

@ -566,7 +566,8 @@ class MainActivity : SimpleActivity(), NavigationListener {
}
private fun launchAbout() {
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_JODA or LICENSE_STETHO or LICENSE_MULTISELECT, BuildConfig.VERSION_NAME)
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_JODA or LICENSE_STETHO or LICENSE_MULTISELECT or LICENSE_GSON or
LICENSE_LEAK_CANARY, BuildConfig.VERSION_NAME)
}
private fun resetTitle() {