[m1]
[1.1.2] [tts 引用]
This commit is contained in:
@@ -483,7 +483,7 @@ def variantName() {
|
||||
if(gradle.startParameter.taskNames.size()>0) {
|
||||
for (String taskName : gradle.startParameter.taskNames) {
|
||||
|
||||
if (taskName.contains("yantai")) {
|
||||
if (taskName.contains("Yantai")) {
|
||||
project.dependencies.add('implementation', project.project(':tts:tts-iflytek'))
|
||||
}else {
|
||||
project.dependencies.add('implementation', project.project(':tts:tts-pad'))
|
||||
|
||||
Reference in New Issue
Block a user