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:
parent
61e7533d64
commit
5d94ed4e8b
|
|
@ -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.**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue