forked from MapComplete/MapComplete
chore: update android repo
This commit is contained in:
parent
b4efa38c06
commit
d5a63b78fb
2 changed files with 9 additions and 7 deletions
2
android
2
android
|
@ -1 +1 @@
|
|||
Subproject commit fc597bf3c9ebf1280af4e991557d66f5d5838a24
|
||||
Subproject commit f26165499c50621d24af188477ad46e42d6d1f47
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue