Remove draglinearlayout library

This commit is contained in:
MM20
2022-09-18 15:11:27 +02:00
parent 86bdbecda3
commit 7351808d00
8 changed files with 0 additions and 92 deletions
@@ -93,14 +93,6 @@ val OpenSourceLicenses = arrayOf(
copyrightNote = "Copyright (C) 2020 Wasabeef",
url = "https://github.com/afollestad/material-dialogs"
),
OpenSourceLibrary(
name = "DragLinearLayout",
description = "An Android LinearLayout that supports draggable and swappable child Views",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
copyrightNote = "Copyright (c) 2014 Justas Medeisis",
url = "https://github.com/justasm/DragLinearLayout"
),
OpenSourceLibrary(
name = "mXparser (Version 4.4.2)",
description = "A super easy, rich, fast and highly flexible math expression parser library",