From 8e38271534171446a8c1bbfeff9d36caad3f1a8e Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 20 Jan 2025 08:40:37 -0800 Subject: [PATCH] Attempt to fix broken android --- capacitor.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capacitor.config.ts b/capacitor.config.ts index 00c8eba..908bdc3 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -4,6 +4,9 @@ const config: CapacitorConfig = { appId: 'social.flotilla', appName: 'Flotilla', webDir: 'build' + server: { + androidScheme: "https" + }, plugins: { SplashScreen: { androidSplashResourceName: "splash"