Rewrite color picker

This commit is contained in:
MM20
2023-04-17 15:44:20 +02:00
parent 64e7528cb0
commit 7bb16753e0
5 changed files with 234 additions and 43 deletions
@@ -169,14 +169,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://coil-kt.github.io/coil/"
),
OpenSourceLibrary(
name = "compose-color-picker",
description = "A component that provides an HSV color picker, written in Jetpack compose.",
copyrightNote = "Copyright (c) 2021GoDaddy Operating Company, LLC.",
licenseName = R.string.mit_license_name,
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. ",