[ipv6][Feat]讯飞语音合成升级成离线版

This commit is contained in:
chenfufeng
2025-04-23 19:43:08 +08:00
committed by yangyakun
parent dd0cd108dc
commit 0ff13a6a41
22 changed files with 939 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: ly.count.android.plugins.UploadSymbolsPlugin
apply from: rootProject.file('gradle/bytex/bytex.gradle')
//apply from: rootProject.file('gradle/bytex/bytex.gradle')
Properties properties = new Properties()
properties.load(project.rootProject.file("gradle.properties").newDataInputStream())
@@ -219,7 +219,7 @@ dependencies {
implementation project(':core:mogo-core-function-call')
implementation project(':core:mogo-core-utils')
implementation project(':core:mogo-core-res')
implementation project(':tts:tts-iflytek')
implementation project(':tts:tts-iflytek-offline')
androidTestImplementation project(':core:mogo-core-function-call')
androidTestImplementation project(':core:mogo-core-res')