helping Android

This commit is contained in:
rusefi 2020-08-15 20:46:52 -04:00
parent 94edcc6177
commit fb787a3f7b
3 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,8 @@ dependencies {
implementation project(':ecu_io')
implementation project(':logging-api')
implementation project(':shared_io')
implementation project(':models')
implementation libs.annotations
implementation files('lib/dfu_java.jar')
implementation 'com.github.mik3y:usb-serial-for-android:v2.2.3'

View File

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

View File

@ -7,6 +7,8 @@ apply from: '../../android/dependencies.gradle'
dependencies {
implementation project(':inifile')
implementation project(':logging-api')
implementation project(':autoupdate')
implementation project(':inifile')
implementation libs.annotations
testImplementation libs.junit