I've been trying to build my flutter (android) project on Codemagic, but I keep getting MalformedJsonException. I am assuming the (firebase) google-services.json file encoded to base64 string is where the issue is arising from.
* What went wrong:
Execution failed for task ':app:processReleaseGoogleServices'.
com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 2261
Please, I need a way to get around this.