Rebuild unit converter in Jetpack Compose

This commit is contained in:
MM20
2021-12-11 17:48:40 +01:00
parent 89a2754eaf
commit 120bca4b39
7 changed files with 149 additions and 262 deletions
@@ -100,13 +100,6 @@ val OpenSourceLicenses = arrayOf(
copyrightNote = "Copyright (C) 2020 Wasabeef",
url = "https://github.com/afollestad/material-dialogs"
),
OpenSourceLibrary(
name = "Groupie",
description = "Groupie is a simple, flexible library for complex RecyclerView layouts.",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
url = "https://github.com/lisawray/groupie"
),
OpenSourceLibrary(
name = "DragLinearLayout",
description = "An Android LinearLayout that supports draggable and swappable child Views",