Skip to content

Install nodejs script refactored

Compare
Choose a tag to compare
@andrehtissot andrehtissot released this 29 Mar 18:05
· 250 commits to master since this release

Before, on install, the script was only looking into "platforms/android/res/values/strings.xml" to add google service app id and key. Now, it also looks into "platforms/android/app/src/main/res/values/strings.xml". Which brings better support for newer cordova android versions.

Now, less exceptions will be silent, bringing more feedback to the user.
With colored output and bold letters for both warnings and errors.

Special thanks for @jringbox, for bringing this support issue.