mirror of https://github.com/rusefi/rusefi-1.git
16 lines
367 B
Groovy
16 lines
367 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
apply from: '../../android/dependencies.gradle'
|
|
|
|
dependencies {
|
|
implementation project(':inifile')
|
|
implementation project(':logging-api')
|
|
implementation project(':autoupdate')
|
|
implementation project(':shared_io')
|
|
implementation project(':inifile')
|
|
implementation libs.annotations
|
|
|
|
testImplementation libs.junit
|
|
} |