chore(r8): remove redundant keep rules covered by consumer rules (#5172)

Co-authored-by: GitHub Copilot CLI <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich 2026-04-17 12:13:26 -05:00 committed by GitHub
parent b979663e24
commit 15a7c19b74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 114 deletions

View file

@ -46,8 +46,9 @@
-keep class org.meshtastic.desktop.MainKt { *; }
# ---- Ktor Java engine (desktop-only; Android uses OkHttp) -------------------
-keep class io.ktor.client.engine.java.** { *; }
# io.ktor.client.engine.java ships consumer rules; the shared
# HttpClientEngineFactory ServiceLoader keep in shared-rules.pro covers the
# reflective discovery path.
# ---- Meshtastic desktop host shell ------------------------------------------