diff --git a/android/SQLitePlugin b/android/SQLitePlugin new file mode 160000 index 0000000..e4f22e1 --- /dev/null +++ b/android/SQLitePlugin @@ -0,0 +1 @@ +Subproject commit e4f22e197deec902652d4c38bbd145ad62371209 diff --git a/android/res/xml/config.xml b/android/res/xml/config.xml index d15ac26..2913f14 100644 --- a/android/res/xml/config.xml +++ b/android/res/xml/config.xml @@ -36,6 +36,7 @@ + diff --git a/android/src/com/phonegap b/android/src/com/phonegap new file mode 120000 index 0000000..d1697c6 --- /dev/null +++ b/android/src/com/phonegap @@ -0,0 +1 @@ +../../SQLitePlugin/Android/src/com/phonegap \ No newline at end of file diff --git a/www/SQLitePlugin.js b/www/SQLitePlugin.js new file mode 120000 index 0000000..133bad3 --- /dev/null +++ b/www/SQLitePlugin.js @@ -0,0 +1 @@ +../android/SQLitePlugin/Android/assets/www/SQLitePlugin.js \ No newline at end of file