diff --git a/app/src/main/java/com/sadellie/unitto/data/Library.kt b/app/src/main/java/com/sadellie/unitto/data/Library.kt index 85db448d..17fb9a95 100644 --- a/app/src/main/java/com/sadellie/unitto/data/Library.kt +++ b/app/src/main/java/com/sadellie/unitto/data/Library.kt @@ -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",