Add noto sans to licenses

This commit is contained in:
Lucas Lima 2020-08-18 00:23:34 -03:00
parent f9fee40c70
commit 73fab4022d
No known key found for this signature in database
GPG key ID: C5EEF4C30BFBF8D7

View file

@ -47,10 +47,11 @@ class AboutViewModel @ViewModelInject constructor(
private fun getLicensesList() = mapOf(
"Android SDK License" to R.raw.android_sdk,
"Material Design Icons" to R.raw.apache2,
"Material Design" to R.raw.apache2,
"Dagger Hilt" to R.raw.apache2,
"Moshi" to R.raw.apache2,
"Mockito" to R.raw.mockito,
"Noto Emoji" to R.raw.apache2,
"Sounds" to R.raw.sounds
).map {
License(it.key, it.value)