Albert Leao
Albert Leao
Pull request here: #101
Node 14.16.1 NPM 6.14.22 Will attempt with your version.

Also tried on a brand new cordova project and got the same error
issue is also happening on 10.1.1 now. ``` { "name": "app", "version": "5.0.0", "description": "native applications", "main": "www/index.html", "scripts": { "cordova": "cordova" }, "repository": { "type": "git", "url": "scrubbed" },...
When you say it installs for you, is it actually working? Depending on my config, i can get it to install but I haven't gotten it to actually upload anything
What version of gradle are you using?
Are you adding via npm or using cordova plugin add? Still 0 luck installing and using this plugin. Worked fine a few months ago.
After tweaking a bunch of settings I managed to get it to install but now running into this issue ``` E/PluginManager: Uncaught exception from plugin android.database.sqlite.SQLiteException: Can't downgrade database from...
I've added `'node_modules/(?!vue2-google-maps)',` to my `transformIgnorePatterns` and still receive the unexpected token error. anyone have any other ideas?