helping Android

This commit is contained in:
rusefi 2020-07-17 20:58:18 -04:00
parent 640aace20d
commit f92ef7ae2d
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ configurations {
}
dependencies {
implementation libs.javaxJson
implementation project(':inifile')
implementation project(':models')
implementation project(':logging-api')

View File

@ -5,6 +5,5 @@ plugins {
apply from: '../../android/dependencies.gradle'
dependencies {
implementation libs.javaxJson
testImplementation libs.junit
}