Add Apache Commons Text

This commit is contained in:
MM20
2022-02-19 21:08:08 +01:00
parent a6c4b6431b
commit 5e9719afa7
2 changed files with 11 additions and 0 deletions
@@ -187,4 +187,11 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_mit,
url = "https://github.com/godaddy/compose-color-picker"
),
OpenSourceLibrary(
name = "Apache Commons Text",
description = "Apache Commons Text is a library focused on algorithms working on strings. ",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://commons.apache.org/proper/commons-text/"
),
)