Files
trmnl-android/.github
Hossain Khan 323ae9da38 Add build-time validation for USE_FAKE_API configuration
- 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
2026-01-30 16:22:08 -05:00
..