Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Escape quotes in the android strings
Without this change, build failed with ``` /Users/runner/work/e-mission-phone/e-mission-phone/platforms/android/app/src/main/res/values/dc_strings.xml:20:4: Failed to flatten XML for resource 'location_permission_off' with error: Invalid unicode escape sequence in string > Task :app:mergeDebugResources FAILED "{str}" /Users/runner/work/e-mission-phone/e-mission-phone/platforms/android/app/src/main/res/values/dc_strings.xml:20:4: string/location_permission_off does not contain a valid string resource. /Users/runner/work/e-mission-phone/e-mission-phone/platforms/android/app/src/main/res/values/dc_strings.xml:27:4: Failed to flatten XML for resource 'location_permission_off_app_open' with error: Invalid unicode escape sequence in string "{str}" /Users/runner/work/e-mission-phone/e-mission-phone/platforms/android/app/src/main/res/values/dc_strings.xml:27:4: string/location_permission_off_app_open does not contain a valid string resource. ``` With the change, build succeeds
- Loading branch information