31 lines
1.3 KiB
Groovy
31 lines
1.3 KiB
Groovy
project.dependencies {
|
|
if (Boolean.valueOf(RELEASE)) {
|
|
bydautoImplementation rootProject.ext.dependencies.ttsdi
|
|
phoneImplementation rootProject.ext.dependencies.ttszhi
|
|
|
|
f8xxImplementation rootProject.ext.dependencies.ttszhi
|
|
f80xImplementation rootProject.ext.dependencies.ttszhi
|
|
f8AmapImplementation rootProject.ext.dependencies.ttszhi
|
|
|
|
fochtaxiImplementation rootProject.ext.dependencies.ttszhi
|
|
fochbusImplementation rootProject.ext.dependencies.ttszhi
|
|
|
|
fPadLenovoImplementation rootProject.ext.dependencies.ttspad
|
|
fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.ttspad
|
|
fPadLenovoOchBusImplementation rootProject.ext.dependencies.ttspad
|
|
} else {
|
|
bydautoImplementation project(':tts:tts-di')
|
|
phoneImplementation project(':tts:tts-zhi')
|
|
|
|
f8xxImplementation project(':tts:tts-zhi')
|
|
f80xImplementation project(':tts:tts-zhi')
|
|
f8AmapImplementation project(':tts:tts-zhi')
|
|
|
|
fochtaxiImplementation project(':tts:tts-zhi')
|
|
fochbusImplementation project(':tts:tts-zhi')
|
|
|
|
fPadLenovoImplementation project(':tts:tts-pad')
|
|
fPadLenovoOchTaxiImplementation project(':tts:tts-pad')
|
|
fPadLenovoOchBusImplementation project(':tts:tts-pad')
|
|
}
|
|
} |