diff options
author | fhuya <fhuya@google.com> | 2020-03-26 07:34:07 -0700 |
---|---|---|
committer | fhuya <fhuya@google.com> | 2020-03-26 07:34:07 -0700 |
commit | 6837796a9d7acd3a5ea7ef241a23fd393c3a6609 (patch) | |
tree | a90acbe1a388d1aeec0e70836225890eb0894577 /settings.gradle | |
parent | f1a5737ecff60476da0a797c8063b44e4f2659b1 (diff) | |
download | godot-android-samples-6837796a9d7acd3a5ea7ef241a23fd393c3a6609.tar.gz godot-android-samples-6837796a9d7acd3a5ea7ef241a23fd393c3a6609.tar.bz2 godot-android-samples-6837796a9d7acd3a5ea7ef241a23fd393c3a6609.zip |
Update repository structure: make each sample project (e.g: `hello_world`) a subproject in the `Godot-Android-Plugins` project.
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..212b118 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,3 @@ +rootProject.name='Godot Android Plugins' + +include ':hello_world' |