# Release R8 rules for :app (profiling build). # # Intentionally minimal. Consumer rules ship with the libraries: # - Jetpack Compose (androidx.compose.*) — bundled consumer R8 rules # - kotlinx-coroutines — bundled consumer R8 rules (keeps ServiceLoader/volatile) # - AGP auto-keeps the manifest entry point (.MainActivity) # # No kotlinx.serialization in this app (chart-realtime does not apply the # serialization plugin), so no @Serializer keep rules are required. # # App-specific keeps are added below ONLY when a build/run failure proves them # necessary. Do NOT blanket-keep.