Add Apache Commons Text
This commit is contained in:
parent
a6c4b6431b
commit
5e9719afa7
@ -187,4 +187,11 @@ val OpenSourceLicenses = arrayOf(
|
|||||||
licenseText = R.raw.license_mit,
|
licenseText = R.raw.license_mit,
|
||||||
url = "https://github.com/godaddy/compose-color-picker"
|
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/"
|
||||||
|
),
|
||||||
)
|
)
|
||||||
@ -294,6 +294,10 @@ dependencyResolutionManagement {
|
|||||||
.to("org.jsoup", "jsoup")
|
.to("org.jsoup", "jsoup")
|
||||||
.version("1.14.2")
|
.version("1.14.2")
|
||||||
|
|
||||||
|
alias("commons.text")
|
||||||
|
.to("org.apache.commons", "commons-text")
|
||||||
|
.version("1.9")
|
||||||
|
|
||||||
version("materialdialogs", "3.3.0")
|
version("materialdialogs", "3.3.0")
|
||||||
alias("materialdialogs.core")
|
alias("materialdialogs.core")
|
||||||
.to("com.afollestad.material-dialogs", "core")
|
.to("com.afollestad.material-dialogs", "core")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user