update 3rd party libs and gradle

This commit is contained in:
2018-12-07 14:06:59 +01:00
parent 253bbabd19
commit 20c555c30a
8 changed files with 16 additions and 18 deletions

View File

@@ -1,7 +1,5 @@
dependencies {
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
compile 'org.lucares:primitiveCollections:0.1.20180908084945'
compile lib_log4j2_core
compile lib_log4j2_slf4j_impl
compile lib_primitive_collections
}