diff options
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle index ed12156..680d1ad 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,5 +14,5 @@ dependencyResolutionManagement { mavenCentral() } } -rootProject.name = "Godot Android Plugins" -include ':hello_world', ':hello_signals' +rootProject.name = "Godot Android Samples" +include ':plugins:hello_world', ':plugins:hello_signals' |