You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use environment variables for CI/CD signing configuration
- Change from project.hasProperty() to System.getenv() for CI/CD environment
- GitHub Actions passes secrets as environment variables, not Gradle properties
- This fixes the 'Release builds require signing configuration' error in CI
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments