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