25 lines
1.1 KiB
Groovy
25 lines
1.1 KiB
Groovy
project.dependencies {
|
|
if (Boolean.valueOf(RELEASE)) {
|
|
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 {
|
|
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')
|
|
}
|
|
} |