helping Android
This commit is contained in:
parent
e8b694de69
commit
a11b123129
|
@ -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