cool-projects
cool-projects
Just install the latest version of typescript. >> npm i typescript@latest
Same issue here. My Ionic 5 application is now breaking. I can't build for API Level 30 as per Google Play Console new requirement as of 1st of November 2021....
Thanks @MatheusRBarbosa for your response. I still can't get my build to work with the line `apply plugin: 'com.google.gms.google-services'` commented out in the build.gradle file. Also added the `` in...
@bradeaton FYI, I managed to get my issue fixed by removing the Cordova Android platform 1. `ionic Cordova platform rm Android ` 2. Then add platform again this time without...
@bradeaton Just make sure you have the config.xml updated with ` ` then you are good.