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>
This commit is contained in:
hailin 2026-03-10 08:33:40 -07:00
parent 61e7533d64
commit 5d94ed4e8b
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@
# BouncyCastle referenced by HMS security but not shipped # BouncyCastle referenced by HMS security but not shipped
-dontwarn org.bouncycastle.** -dontwarn org.bouncycastle.**
# Google Play Core (deferred components) not used in standard APK builds
-dontwarn com.google.android.play.core.**