feat(rm99): 添加 rm99 模块及相关配置

- 在 settings.gradle 中新增 rm99 模块引用
- 配置 rm99 build.gradle,设置应用ID、名称及相关参数
- 更新 rm99 的 google-services.json 文件,包含新的项目和API密钥
- 修改多个模块的 build.gradle 文件,调整应用输出名称及用户ID
- 更新 .idea 配置文件以支持 rm99 模块的部署和构建环境
- 统一规范已有模块的 appOutPutName 字符大小写格式
This commit is contained in:
2026-08-06 09:37:28 +08:00
parent bf8a286086
commit d3dd5738a5
10 changed files with 35 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
def appOutPutName = "1xhuatdsigiudsogdfghdfghdf"
def appOutPutName = "1XHUAT"
android {
namespace rootProject.ext.namespace