upgrade dependencies

This commit is contained in:
Helium314 2023-09-26 11:34:32 +02:00
parent 22a5c6dbe0
commit bed2812887
8 changed files with 45 additions and 21 deletions

View file

@ -182,7 +182,7 @@ internal class KeyCodeDescriptionMapper private constructor() {
private const val SPOKEN_EMOTICON_RESOURCE_NAME_PREFIX = "spoken_emoticon"
private const val SPOKEN_EMOTICON_CODE_POINT_FORMAT = "_%02X"
// The resource ID of the string spoken for obscured keys
private const val OBSCURED_KEY_RES_ID = R.string.spoken_description_dot
private val OBSCURED_KEY_RES_ID = R.string.spoken_description_dot
val instance = KeyCodeDescriptionMapper()
/**