helping Android
This commit is contained in:
parent
640aace20d
commit
f92ef7ae2d
|
@ -9,6 +9,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation libs.javaxJson
|
||||
implementation project(':inifile')
|
||||
implementation project(':models')
|
||||
implementation project(':logging-api')
|
||||
|
|
|
@ -5,6 +5,5 @@ plugins {
|
|||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation libs.javaxJson
|
||||
testImplementation libs.junit
|
||||
}
|
Loading…
Reference in New Issue