From 03ab3a2c27bbb2f9049a985f584ba44237bc2f9e Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 4 Feb 2016 20:43:50 +0100 Subject: [PATCH] Added submodules for dependencies which are not on mavenCentral --- .gitmodules | 6 ++++++ AndroidSlidingUpPanel | 1 + aspm | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 AndroidSlidingUpPanel create mode 160000 aspm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..fb66a1d89 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "AndroidSlidingUpPanel"] + path = AndroidSlidingUpPanel + url = https://github.com/justjanne/AndroidSlidingUpPanel +[submodule "aspm"] + path = aspm + url = https://github.com/justjanne/aspm diff --git a/AndroidSlidingUpPanel b/AndroidSlidingUpPanel new file mode 160000 index 000000000..dfadd813d --- /dev/null +++ b/AndroidSlidingUpPanel @@ -0,0 +1 @@ +Subproject commit dfadd813d4692b69023899c29cf6c6593ac55b9d diff --git a/aspm b/aspm new file mode 160000 index 000000000..362f9da50 --- /dev/null +++ b/aspm @@ -0,0 +1 @@ +Subproject commit 362f9da50a0f3e536ce6e60df54692318c2b5025 -- GitLab