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