chore: update android repo

This commit is contained in:
Pieter Vander Vennet 2025-06-16 15:05:36 +02:00
parent b4efa38c06
commit d5a63b78fb
2 changed files with 9 additions and 7 deletions

@ -1 +1 @@
Subproject commit fc597bf3c9ebf1280af4e991557d66f5d5838a24
Subproject commit f26165499c50621d24af188477ad46e42d6d1f47

View file

@ -1,9 +1,11 @@
import type { CapacitorConfig } from "@capacitor/cli"
import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full",
}
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full"
};
export default config;
export default config