diff options
| author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-03-01 14:09:30 -0800 |
|---|---|---|
| committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-04-27 22:08:55 -0700 |
| commit | 0d569bea5dfca80fa97879a93af62090d98073a2 (patch) | |
| tree | 0eed3f0de3ec12b5cf1b03abe8ae2afb8486d16f /platform/android/java/editor/src | |
| parent | 24cb43a8741c7b10abbbbc77bb6e2bc188662ce0 (diff) | |
| download | redot-engine-0d569bea5dfca80fa97879a93af62090d98073a2.tar.gz | |
Update the gradle build tasks to generate play store builds.
Configure the gradle builds to sign and build the release version of the Godot Android Editor
Diffstat (limited to 'platform/android/java/editor/src')
| -rw-r--r-- | platform/android/java/editor/src/debug/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/java/editor/src/debug/res/values/strings.xml b/platform/android/java/editor/src/debug/res/values/strings.xml new file mode 100644 index 0000000000..09ee2d77e1 --- /dev/null +++ b/platform/android/java/editor/src/debug/res/values/strings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="godot_editor_name_string">Godot Editor 4 (debug)</string> +</resources> |
