From a93793632dc424c29bf848045e09f3d57d0c5c7c Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 25 Jan 2014 23:09:18 -0500 Subject: [PATCH] Add directories phonegap 3.3 wants --- .cordova/config.json | 1 + plugins/android.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 .cordova/config.json create mode 100644 plugins/android.json diff --git a/.cordova/config.json b/.cordova/config.json new file mode 100644 index 0000000..3430879 --- /dev/null +++ b/.cordova/config.json @@ -0,0 +1 @@ +{"lib":{"www":{"id":"phonegap","version":"3.3.0","uri":"https://github.com/phonegap/phonegap-app-hello-world/archive/3.3.0.tar.gz"}},"id":"com.phonegap.helloworld","name":"HelloWorld"} \ No newline at end of file diff --git a/plugins/android.json b/plugins/android.json new file mode 100644 index 0000000..7c68349 --- /dev/null +++ b/plugins/android.json @@ -0,0 +1 @@ +{"prepare_queue":{"installed":[],"uninstalled":[]},"config_munge":{},"installed_plugins":{},"dependent_plugins":{}} \ No newline at end of file