diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-30 12:10:06 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-30 12:10:06 -0400 |
| commit | 81d24bbed0af0ba7b39948ca968528b225a46c76 (patch) | |
| tree | 002b052c15f760859cb4621e94c402b0932363ed | |
| parent | 1acb44eb2bf5d80bdb71e80ab211e24178ce403b (diff) | |
#292 - added sqlite
Former-commit-id: 7dbcc75a64cc49cfda1eb4ea49ef8bc2bd4529d3
| -rw-r--r-- | config.xml | 1 | ||||
| -rw-r--r-- | plugins/fetch.json | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -79,4 +79,5 @@ <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> </platform> <icon src="resources/android/icon/drawable-xhdpi-icon.png" /> + <plugin name="cordova-sqlite-storage" spec="~1.4.6-pre6a" /> </widget> diff --git a/plugins/fetch.json b/plugins/fetch.json index 846f99fb..2de2b514 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -185,5 +185,13 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-sqlite-storage": { + "source": { + "type": "registry", + "id": "cordova-sqlite-storage" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
