aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 00000000..c2f4d6b6
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,3 @@
+include ':app', ':Server Proxy', ':DragSort ListView'
+project(':Server Proxy').projectDir = new File('ServerProxy')
+project(':DragSort ListView').projectDir = new File('DragSortListView/library') \ No newline at end of file