Remove TinyPinyin

This commit is contained in:
MM20
2025-12-17 22:25:03 +01:00
parent 0bfa00f192
commit ca24dba900
26 changed files with 0 additions and 2322 deletions

View File

@@ -143,13 +143,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://commons.apache.org/proper/commons-text/"
),
OpenSourceLibrary(
name = "TinyPinyin",
description = "A fast, low-memory Chinese character-to-pinyin library for Java and Android.",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://github.com/promeG/TinyPinyin"
),
OpenSourceLibrary(
name = "material-color-utilities",
copyrightNote = "Copyright 2021 Google LLC",