Restored ExprK in licenses.

This commit is contained in:
Sad Ellie 2022-12-08 12:45:14 +04:00
parent 49b7406519
commit aad5c40ffd

View File

@ -29,11 +29,11 @@ data class AppLibrary(
val ALL_LIBRARIES = lazy {
listOf(
AppLibrary(
name = "EvalEx",
dev = "ezylang",
website = "https://github.com/ezylang/EvalEx",
license = "Apache-2.0",
description = "EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions."
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",