add Android app link

This commit is contained in:
2023-06-01 00:21:14 +02:00
parent af054ac61c
commit 1e742826cf
3 changed files with 26 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { CapacitorConfig } from '@capacitor/cli';
import { CapacitorConfig } from '@capacitor/cli'
const config: CapacitorConfig = {
appId: 'com.contexted.app',
@@ -7,6 +7,6 @@ const config: CapacitorConfig = {
server: {
androidScheme: 'https'
}
};
}
export default config;
export default config