android.json 368 B

12345678910111213141516171819
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {}
  8. },
  9. "installed_plugins": {
  10. "cordova-plugin-camera": {
  11. "ANDROID_SUPPORT_V4_VERSION": "27.+",
  12. "PACKAGE_NAME": "me.yoqi.myapp"
  13. },
  14. "cordova-plugin-whitelist": {
  15. "PACKAGE_NAME": "me.yoqi.myapp"
  16. }
  17. },
  18. "dependent_plugins": {}
  19. }