summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorfhuya <fhuya@google.com>2020-03-27 01:35:23 -0700
committerfhuya <fhuya@google.com>2020-03-27 01:35:23 -0700
commit8a50b716f5d335d0c060eb096032fc2d214dc635 (patch)
tree720c5f933732a949e0c2368a4cb0ee62354d9c28 /settings.gradle
parent6837796a9d7acd3a5ea7ef241a23fd393c3a6609 (diff)
downloadgodot-android-samples-8a50b716f5d335d0c060eb096032fc2d214dc635.tar.gz
godot-android-samples-8a50b716f5d335d0c060eb096032fc2d214dc635.tar.bz2
godot-android-samples-8a50b716f5d335d0c060eb096032fc2d214dc635.zip
Add `HelloSignals` sample project to show how to register and emit signals with a Godot Android plugin
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 212b118..153a4a9 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,4 @@
rootProject.name='Godot Android Plugins'
include ':hello_world'
+include ':hello_signals'