helping Android
This commit is contained in:
parent
94edcc6177
commit
fb787a3f7b
|
@ -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'
|
||||
|
|
|
@ -11,7 +11,6 @@ configurations {
|
|||
dependencies {
|
||||
implementation libs.javaxJson
|
||||
implementation project(':inifile')
|
||||
implementation project(':models')
|
||||
implementation project(':logging-api')
|
||||
implementation project(':shared_io')
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue