Red-Folder / bgs-core

Core code for the Cordova Background Service
Other
236 stars 105 forks source link

fix(BackgroundServicePluginLogic): replace null with JSONObject.NULL #106

Closed AdriVanHoudt closed 5 years ago

AdriVanHoudt commented 5 years ago

This was giving build errors on cordova-android 7.1.3

...
Execution failed for task ':app:compileReleaseJavaWithJavac'.
...
both method put(String,Collection) in JSONObject and method put(String,Map) in JSONObject match
...
Red-Folder commented 5 years ago

@AdriVanHoudt Thanks for the PR.

AdriVanHoudt commented 5 years ago

@Red-Folder thanks! would you mind releasing a version for this?

Red-Folder commented 5 years ago

@AdriVanHoudt I assume you mean to npmjs.com

Mine is not the repo that has been pushed up to NPM.

@pebblecode Is this something you can pull into your fork and push up?

AdriVanHoudt commented 5 years ago

I'm loading https://www.npmjs.com/package/com.red_folder.phonegap.plugin.backgroundservice so maybe ping @skyllaion ?

Red-Folder commented 5 years ago

@AdriVanHoudt Thanks for that

@skyllaion This something you can help with?