Files
digital_person/app/proguard-rules.pro
gcw_4spBpAfv 4e33063a98 add photo
2026-04-23 15:21:24 +08:00

28 lines
967 B
Prolog
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
# 腾讯云实时语音识别 SDKasr-realtime-release.aar
-keepclasseswithmembernames class * {
native <methods>;
}
-keep public class com.tencent.aai.** { *; }
-keep public class com.qq.wx.voice.** { *; }