helping Android

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

View File

@ -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')

View File

@ -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
} }