mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
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:
parent
b979663e24
commit
15a7c19b74
4 changed files with 36 additions and 114 deletions
5
desktop/proguard-rules.pro
vendored
5
desktop/proguard-rules.pro
vendored
|
|
@ -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 ------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue