Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor environment variable management and streamline build process
- Introduced a new Env utility class to manage environment variables and flavors, replacing deprecated imports. - Updated build commands for iOS and Android to utilize the new environment management system. - Enhanced GitHub Actions workflows by adding steps for extracting and decoding Dotenv variables from GitHub secrets. - Removed outdated workflows and ensured compatibility with the latest dependency versions. These changes improve the project's structure, maintainability, and build efficiency.
- Loading branch information