summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml1
-rw-r--r--plugins/fetch.json8
2 files changed, 9 insertions, 0 deletions
diff --git a/config.xml b/config.xml
index f685763f..39423103 100644
--- a/config.xml
+++ b/config.xml
@@ -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