summaryrefslogtreecommitdiff
path: root/hello_world/settings.gradle
diff options
context:
space:
mode:
authorfhuya <fhuya@google.com>2020-02-23 13:43:08 -0500
committerfhuya <fhuya@google.com>2020-02-23 13:43:08 -0500
commit84aa6bbbe4f13072181c0437103d2430f8ea6551 (patch)
treebe18caa4ff1c51d1aee35c04ab4c4a1193af48b7 /hello_world/settings.gradle
parent259ae7a9fdcfad643412eedec84e0be883debec0 (diff)
downloadgodot-android-samples-84aa6bbbe4f13072181c0437103d2430f8ea6551.tar.gz
godot-android-samples-84aa6bbbe4f13072181c0437103d2430f8ea6551.tar.bz2
godot-android-samples-84aa6bbbe4f13072181c0437103d2430f8ea6551.zip
Add sample hello world plugin and demo project.
Diffstat (limited to 'hello_world/settings.gradle')
-rw-r--r--hello_world/settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/hello_world/settings.gradle b/hello_world/settings.gradle
new file mode 100644
index 0000000..475b38d
--- /dev/null
+++ b/hello_world/settings.gradle
@@ -0,0 +1,2 @@
+rootProject.name='HelloWorldPlugin'
+include ':plugin'