mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Implement Emoji transliteration
This commit is contained in:
committed by
José Rebelo
parent
71804aeff2
commit
a00da2ee25
@@ -289,6 +289,9 @@ dependencies {
|
||||
|
||||
// Needed for Armenian transliteration
|
||||
implementation 'org.ahocorasick:ahocorasick:0.6.3'
|
||||
|
||||
// Needed for Emoji transliteration
|
||||
implementation 'net.fellbaum:jemoji:1.6.0'
|
||||
}
|
||||
|
||||
preBuild.dependsOn(":GBDaoGenerator:genSources")
|
||||
|
||||
Reference in New Issue
Block a user