Updated const lib

This commit is contained in:
ceikry 2021-07-14 14:16:15 -05:00
parent 939e448876
commit fa9ca74c6d
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ dependencies {
implementation 'io.github.classgraph:classgraph:4.8.98'
implementation 'org.jetbrains.kotlin:kotlin-reflect'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation files("libs/ConstLib-1.0.jar")
implementation files("libs/ConstLib-1.1.jar")
implementation files("libs/PrimitiveExtensions-1.0.jar")
}