diff --git a/platform/android/java/editor/build.gradle b/platform/android/java/editor/build.gradle index c6d74ffb48..d8ef1bc038 100644 --- a/platform/android/java/editor/build.gradle +++ b/platform/android/java/editor/build.gradle @@ -86,7 +86,7 @@ android { namespace = "org.redotengine.editor" defaultConfig { - // The 'applicationId' suffix allows to install Godot 3.x(v3) and 4.x(v4) on the same device + // The 'applicationId' suffix allows to install Redot 3.x(v3) and 4.x(v4) on the same device applicationId "org.redotengine.editor.v4" versionCode generateVersionCode() versionName generateVersionName() @@ -95,7 +95,7 @@ android { missingDimensionStrategy 'products', 'editor' manifestPlaceholders += [ - editorAppName: "Godot Editor 4", + editorAppName: "Redot Editor 4", editorBuildSuffix: "" ] }