Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: App not build if app name contains single quotes (#279)
- In our Android app, we save the app_name in an XML file. However, Android XML resource files do not support single quotes. - In this commit, we sanitize the `app_name` in before generating the `config.json` file
- Loading branch information