Files
com.darkwisp.app/app
Letdown2491 ccb9484870 feat: add staging build type for release-performance on-device testing
Debuggable builds make ART run JIT-only and ignore the baseline
profile, which cripples the per-event hot path (JSON parse, hex
decode, SHA-256, JNI Schnorr verify per relay event). The staging
variant is non-debuggable with R8 like release, but debug-signed so
anyone can install it without the release keystore. It installs
alongside debug/release via the .staging applicationId suffix.
2026-06-12 08:57:34 -06:00
..