mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Allow libsub dependencies
This commit is contained in:
@@ -477,8 +477,8 @@ licensee {
|
||||
allow(SpdxId.Apache_20)
|
||||
allow(SpdxId.BSD_3_Clause)
|
||||
allow(SpdxId.GPL_20_or_later)
|
||||
allowDependency("com.github.topjohnwu.libsu", "core", "${libs.versions.libsu.get()}")
|
||||
allowDependency("com.github.topjohnwu.libsu", "service", "${libs.versions.libsu.get()}")
|
||||
allowDependency(libs.libsu.core)
|
||||
allowDependency(libs.libsu.service)
|
||||
allowUrl("https://github.com/patrykmichalik/opto/blob/master/LICENSE")
|
||||
allowUrl("https://github.com/RikkaApps/HiddenApiRefinePlugin/blob/main/LICENSE")
|
||||
allowUrl("https://opensource.org/licenses/mit-license.php")
|
||||
|
||||
@@ -150,6 +150,7 @@ coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coi
|
||||
google-material = { group = "com.google.android.material", name = "material", version.ref = "googleMaterial" }
|
||||
hoko-blur = { group = "io.github.hokofly", name = "hoko-blur", version.ref = "hokoBlur" }
|
||||
kdrag0n-colorkt = { group = "dev.kdrag0n", name = "colorkt", version.ref = "kdrag0nColorkt" }
|
||||
libsu-core = { group = "com.github.topjohnwu.libsu", name = "core", version.ref = "libsu" }
|
||||
libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", version.ref = "libsu" }
|
||||
material-motion-compose = { group = "io.github.fornewid", name = "material-motion-compose-core", version.ref = "materialMotionCompose" }
|
||||
persian-date = { group = "com.github.samanzamani", name = "PersianDate", version.ref = "persianDate" }
|
||||
|
||||
Reference in New Issue
Block a user