mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
- Add validateUseFakeApiConfig Gradle task that verifies: 1. Release builds have USE_FAKE_API set to false 2. RepositoryConfigProvider returns BuildConfig.USE_FAKE_API (no hardcoding) - Task automatically runs before assembleRelease and bundleRelease - Integrated validation step into android-release.yml CI workflow - Ensures production releases never ship with fake API enabled - Configuration cache compatible for optimal performance