- HOME_URL 改为构建期注入(BuildConfig):-P 参数 > local.properties > 环境变量 > 占位符 - network_security_config.xml 删除冗余 domain-config(base-config 已全局禁明文) - README 重写:移除真实域名,补充注入方式说明 - app_name 更名为 Astrion;链接外跳系统浏览器(1.0.42)+ 1.0.43 版本 - AGENTS.md §8 补充版本检测链路说明;.gitignore 解除 android-webview-app 排除 Co-authored-by: Astrion powered by Kimi-K3 <astrion-agent@users.noreply.github.com>
26 lines
229 B
Plaintext
26 lines
229 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Local Android/IDE state
|
|
local.properties
|
|
.idea/
|
|
.gradle/
|
|
|
|
# Build outputs
|
|
build/
|
|
**/build/
|
|
|
|
# Signing keys and secrets
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Release artifacts
|
|
*.apk
|
|
*.aab
|
|
*.apks
|
|
*.dm
|
|
app/release/
|