From da0063232af93df5c1444e1f875e25767cf1566a Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 21 Jan 2014 14:53:00 +0100 Subject: [PATCH] Oc_framework, now owncloud-android-library, included as a submodule --- .gitmodules | 3 +++ owncloud-android-library | 1 + 2 files changed, 4 insertions(+) create mode 160000 owncloud-android-library diff --git a/.gitmodules b/.gitmodules index b41da321..12d15b6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "actionbarsherlock"] path = actionbarsherlock url = git://github.com/JakeWharton/ActionBarSherlock.git +[submodule "owncloud-android-library"] + path = owncloud-android-library + url = git@github.com:owncloud/android-library.git diff --git a/owncloud-android-library b/owncloud-android-library new file mode 160000 index 00000000..1f3123b1 --- /dev/null +++ b/owncloud-android-library @@ -0,0 +1 @@ +Subproject commit 1f3123b1b77d9b28637b897e6b687dff0881f4d4 -- 2.11.0