remove GSON license, it isnt used

This commit is contained in:
tibbi 2018-01-10 22:28:28 +01:00
parent 30ee706176
commit fa71f3a1de

View File

@ -550,8 +550,8 @@ class MainActivity : SimpleActivity(), NavigationListener {
}
private fun launchAbout() {
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)
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_JODA or LICENSE_STETHO or LICENSE_MULTISELECT or LICENSE_LEAK_CANARY,
BuildConfig.VERSION_NAME)
}
private fun resetTitle() {