let's separate Android from not Android
This commit is contained in:
parent
09a5b5e9a1
commit
419ceeb0fc
|
@ -5,6 +5,7 @@ ext {
|
|||
jsr305 : "com.google.code.findbugs:jsr305:3.0.2",
|
||||
antlr : "org.antlr:antlr4:4.9.3", // use ANTLR version 4
|
||||
json : "com.googlecode.json-simple:json-simple:1.1.1",
|
||||
mockito : "org.mockito:mockito-all:1.10.19",
|
||||
]
|
||||
|
||||
ts_plugin_libs = [
|
||||
|
|
|
@ -11,7 +11,7 @@ dependencies {
|
|||
api project(':ecu_io')
|
||||
api project(':inifile')
|
||||
api project(':ts_plugin_launcher')
|
||||
testImplementation libs.mockito
|
||||
testImplementation global_libs.mockito
|
||||
testImplementation testFixtures( project(':ecu_io'))
|
||||
implementation files('../ts_plugin_launcher/lib/TunerStudioPluginAPI.jar')
|
||||
}
|
Loading…
Reference in New Issue