chore(r8): clean up ProGuard rules and enable Compose Hot Reload (#5139)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich 2026-04-14 22:26:39 -05:00 committed by GitHub
parent 401f59489a
commit 60ff495037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 18 deletions

View file

@ -147,12 +147,6 @@
-keep class org.jetbrains.compose.resources.** { *; }
-keep class org.meshtastic.core.resources.** { *; }
# ---- Compose Animation (anti-merge) ----------------------------------------
# Prevent ProGuard from merging animation spec class hierarchies (same issue
# as R8 on Android). We use a full keep to prevent incorrect tree-shaking
# of internal transitions.
-keep class androidx.compose.animation.** { *; }
# ---- AboutLibraries ---------------------------------------------------------