helping Android
This commit is contained in:
parent
94edcc6177
commit
fb787a3f7b
|
@ -36,6 +36,8 @@ dependencies {
|
||||||
implementation project(':ecu_io')
|
implementation project(':ecu_io')
|
||||||
implementation project(':logging-api')
|
implementation project(':logging-api')
|
||||||
implementation project(':shared_io')
|
implementation project(':shared_io')
|
||||||
|
implementation project(':models')
|
||||||
|
implementation libs.annotations
|
||||||
|
|
||||||
implementation files('lib/dfu_java.jar')
|
implementation files('lib/dfu_java.jar')
|
||||||
implementation 'com.github.mik3y:usb-serial-for-android:v2.2.3'
|
implementation 'com.github.mik3y:usb-serial-for-android:v2.2.3'
|
||||||
|
|
|
@ -11,7 +11,6 @@ configurations {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.javaxJson
|
implementation libs.javaxJson
|
||||||
implementation project(':inifile')
|
implementation project(':inifile')
|
||||||
implementation project(':models')
|
|
||||||
implementation project(':logging-api')
|
implementation project(':logging-api')
|
||||||
implementation project(':shared_io')
|
implementation project(':shared_io')
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ apply from: '../../android/dependencies.gradle'
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':inifile')
|
implementation project(':inifile')
|
||||||
implementation project(':logging-api')
|
implementation project(':logging-api')
|
||||||
|
implementation project(':autoupdate')
|
||||||
|
implementation project(':inifile')
|
||||||
implementation libs.annotations
|
implementation libs.annotations
|
||||||
|
|
||||||
testImplementation libs.junit
|
testImplementation libs.junit
|
||||||
|
|
Loading…
Reference in New Issue