Update R8 to 3.3.28

This commit is contained in:
Greyson Parrelli
2022-05-18 17:34:04 -04:00
parent f63ed8f269
commit 153feb002e
3 changed files with 7 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ object EmojiFiles {
objectMapper.readValue(it, Version::class.java)
}
} catch (e: Exception) {
Log.w(TAG, "Could not read current emoji version from disk.")
Log.w(TAG, "Could not read current emoji version from disk.", e)
null
}