diff options
| -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 |
