Add emoji4j library

This commit is contained in:
MM20
2023-08-26 23:23:21 +02:00
parent d1371b224d
commit 6946175c29
3 changed files with 12 additions and 0 deletions

View File

@@ -232,6 +232,9 @@ dependencyResolutionManagement {
library("tinypinyin", "com.github.promeg", "tinypinyin")
.version("2.0.2")
library("emoji4j", "com.sigpwned", "emoji4j-core")
.version("15.0.1")
version("junit", "4.13")
library("junit", "junit", "junit").versionRef("junit")
bundle("tests", listOf("junit"))