From cba0f924b681c15deb9ff8a4ae17d1581404f10f Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sun, 21 Apr 2013 20:49:48 -0400 Subject: [PATCH] first commit with submodule SQLitePlugin --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3f0bcb7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "android/SQLitePlugin"] + path = android/SQLitePlugin + url = https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android.git