Added ExprK to licences

Also little order change
This commit is contained in:
Sad Ellie 2022-11-20 20:55:35 +04:00
parent 953292681b
commit 91332312e1

View File

@ -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",