feat: Flexion channel build fixes

- Add google-services.json per-channel copy in SwitchChannel (Flexion has extra client)
- Add GooglePlay default google-services.json for fallback
- Switch Bundle Identifier per channel (Flexion → com.arkgame.ft.flexion)
- Fix FlexionSDKHelper missing BillingService import
- Fix Flexion AndroidManifest: add fullBackupContent override with flexion_backup_rules
- Add MainProcessName tools:replace to resolve gasdk/tuyoosdk manifest conflict
- Add billing:6.0.1 dependency for tuyoosdk AAR init compatibility

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 17:08:53 +08:00
parent d361d9078b
commit 8133f4d1b2
10 changed files with 178 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
apply plugin: 'com.android.application'
// 临时注销掉,打完包之后就打开
// apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
dependencies {
implementation project(':unityLibrary')