From a5897d579bb0af496a18f7430345a67fe27ff0df Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Sun, 16 Jun 2024 12:14:34 -0700 Subject: Update the `GodotHost` interface to support signing and verifying Android apks Update the export logic to enable apk generation and signing for Android editor builds Note: Only legacy builds are supported. Gradle builds are not supported at this point in time. --- .../java/editor/src/main/assets/keystores/debug.keystore | Bin 0 -> 2714 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 platform/android/java/editor/src/main/assets/keystores/debug.keystore (limited to 'platform/android/java/editor') diff --git a/platform/android/java/editor/src/main/assets/keystores/debug.keystore b/platform/android/java/editor/src/main/assets/keystores/debug.keystore new file mode 100644 index 0000000000..3b7a97c8ee Binary files /dev/null and b/platform/android/java/editor/src/main/assets/keystores/debug.keystore differ -- cgit v1.2.3