mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Restored ExprK in licenses.
This commit is contained in:
parent
49b7406519
commit
aad5c40ffd
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user