mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Added ExprK to licences
Also little order change
This commit is contained in:
parent
953292681b
commit
91332312e1
@ -28,6 +28,20 @@ data class AppLibrary(
|
||||
|
||||
val ALL_LIBRARIES = lazy {
|
||||
listOf(
|
||||
AppLibrary(
|
||||
name = "ExprK",
|
||||
dev = "Keelar",
|
||||
website = "https://github.com/Keelar/ExprK",
|
||||
license = "MIT license",
|
||||
description = "A simple mathematical expression evaluator for Kotlin and Java, written in Kotlin."
|
||||
),
|
||||
AppLibrary(
|
||||
name = "currency-api",
|
||||
dev = "Fawaz Ahmed (fawazahmed0)",
|
||||
website = "https://github.com/fawazahmed0/currency-api",
|
||||
license = "The Unlicense",
|
||||
description = "Free Currency Rates API"
|
||||
),
|
||||
AppLibrary(
|
||||
name = "Core Kotlin Extensions",
|
||||
dev = "The Android Open Source Project",
|
||||
@ -112,13 +126,6 @@ val ALL_LIBRARIES = lazy {
|
||||
license = "Apache-2.0",
|
||||
description = "Library to collect and send crash logs"
|
||||
),
|
||||
AppLibrary(
|
||||
name = "currency-api",
|
||||
dev = "Fawaz Ahmed (fawazahmed0)",
|
||||
website = "https://github.com/fawazahmed0/currency-api",
|
||||
license = "The Unlicense",
|
||||
description = "Free Currency Rates API"
|
||||
),
|
||||
AppLibrary(
|
||||
name = "Compose Tooling API",
|
||||
dev = "The Android Open Source Project",
|
||||
|
Loading…
x
Reference in New Issue
Block a user