summaryrefslogtreecommitdiff
path: root/shared/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-20 19:29:50 +0500
committerilotterytea <iltsu@alright.party>2025-01-20 19:29:50 +0500
commit043834fa0adf502f61ba09fe312fa3e90b8a6bcc (patch)
tree6b140cc4fdb73c954d564b2baf6ff1086a4ada76 /shared/build.gradle
initial commit
Diffstat (limited to 'shared/build.gradle')
-rw-r--r--shared/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/build.gradle b/shared/build.gradle
new file mode 100644
index 0000000..1eafc3b
--- /dev/null
+++ b/shared/build.gradle
@@ -0,0 +1,5 @@
+eclipse.project.name = appName + '-shared'
+
+dependencies {
+
+}