Remove emoji4j library

This commit is contained in:
MM20
2025-09-06 18:21:35 +02:00
parent de86f5f312
commit c2f160f952
9 changed files with 9 additions and 141 deletions

View File

@@ -182,13 +182,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://bigbadaboom.github.io/androidsvg/"
),
OpenSourceLibrary(
name = "emoji4j",
description = "Emoji4j is a high-performance, standards-compliant emoji processor supporting Unicode 15 for Java 8 or later.",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://github.com/sigpwned/emoji4j"
),
OpenSourceLibrary(
name = "AndroidAddressFormatter",
description = "A package for formatting data in the OpenStreetMaps address field generated by the Nominatim API.",