chore(build): 更新应用配置和更换应用标识

- 修改build.gradle中app输出名称和应用ID
- 调整应用主颜色值和应用名称资源
- 更新buildConfigField配置项,包括USERID和HAS_CONTACT
- 替换google-services.json文件内容,更新Firebase项目配置
- 添加新的应用图标资源文件
- 删除旧的应用图标资源文件
This commit is contained in:
2026-08-06 09:37:23 +08:00
parent 5b965686c4
commit bf8a286086
17 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding= "utf-8"?>
<resources>
<paths >
<external-path name="external_files" path="."/>
<root-path name="root" path="." />
<files-path name="files" path="." />
<cache-path name="cache" path="." />
<external-files-path name="external_files_f" path="." />
<external-cache-path name="external_cache" path="." />
</paths >
</resources>
<!-- 适配7.0及其以上配合com.eva.android.OpenFileUtil用于解决调用系统Intent查看大文件内
容、拍照保存图片的功能时出现"android.os.FileUriExposedException"异常的问题 -->