Add noto sans to licenses
This commit is contained in:
parent
f9fee40c70
commit
73fab4022d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue