Commit Graph

2 Commits

Author SHA1 Message Date
hailin 5d94ed4e8b fix(android): add dontwarn for Google Play Core missing classes
Flutter references Play Core split-install APIs that aren't bundled in
standard APK builds — suppress R8 errors with dontwarn.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 08:33:40 -07:00
hailin 61e7533d64 fix(android): add ProGuard rules to suppress HMS missing class errors
R8 fails on missing optional HMS dependencies (HiAnalytics, libcore,
BouncyCastle). Add dontwarn rules and wire proguard-rules.pro to release
build type.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 08:22:11 -07:00