Updated const lib

This commit is contained in:
ceikry
2021-07-14 14:16:15 -05:00
parent 02eedd292c
commit 3a689e6981
2 changed files with 1 additions and 1 deletions
+1 -1
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")
}