diff --git a/app/build.gradle b/app/build.gradle index ef15af78ba..172b587ff1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()) diff --git a/libraries/mogo-speech/build.gradle b/libraries/mogo-speech/build.gradle index 75c031971a..77869eeb29 100644 --- a/libraries/mogo-speech/build.gradle +++ b/libraries/mogo-speech/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation(files("libs/bdasr_V3_20210628_cfe8c44.jar")) implementation(files("libs/com.baidu.tts_2.6.3.c2aaa9f_20220922113422.jar")) - implementation files('libs/AIKit.aar') + compileOnly files('libs/AIKit.aar') implementation project(':foudations:mogo-commons') implementation project(':core:mogo-core-utils') diff --git a/libraries/mogo-speech/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml b/libraries/mogo-speech/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml deleted file mode 100644 index fd77df7ff4..0000000000 --- a/libraries/mogo-speech/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/libraries/mogo-speech/libs/AIKit.aar b/libraries/mogo-speech/libs/AIKit.aar index affa3acb71..4111a76739 100644 Binary files a/libraries/mogo-speech/libs/AIKit.aar and b/libraries/mogo-speech/libs/AIKit.aar differ diff --git a/tts/tts-iflytek-offline/libs/AIKit.aar b/tts/tts-iflytek-offline/libs/AIKit.aar index ca6f61fff4..4111a76739 100644 Binary files a/tts/tts-iflytek-offline/libs/AIKit.aar and b/tts/tts-iflytek-offline/libs/AIKit.aar differ