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 { val ALL_LIBRARIES = lazy {
listOf( listOf(
AppLibrary( AppLibrary(
name = "EvalEx", name = "ExprK",
dev = "ezylang", dev = "Keelar",
website = "https://github.com/ezylang/EvalEx", website = "https://github.com/Keelar/ExprK",
license = "Apache-2.0", license = "MIT license",
description = "EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions." description = "A simple mathematical expression evaluator for Kotlin and Java, written in Kotlin."
), ),
AppLibrary( AppLibrary(
name = "currency-api", name = "currency-api",