Scripts are loading in mobile package (android)

I build my project using meteor. It is working fine as a webapp, but when I am testing it in mobile (android) it is not able to load scripts, so it is giving error like ‘URL is not whitelisted’.

When I searched on net I got that adding “App.accessRule(’*’)” in mobile-config.js will make it work. It worked for me, but my all kendo widgets stop working.

After searching more I got to know that adding “https://github.com/apache/cordova-plugin-whitelist” plugin will make it work but it is giving error “Skipping downloading new version because the Cordova platform version or plugin versions have changed and are potentially incompatible” I have tried by using versions 1.3.0, 1.3.1, 1.3.2 but still it isn’t working.

Please tell how to resolve this issue for mobile package?