From 6e543a7b5fbe102644de2d8e5c63205de5cc0787 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sun, 8 Nov 2020 22:23:22 -0500 Subject: [PATCH] fix --- capacitor.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capacitor.config.json b/capacitor.config.json index bd2bb03..eee9e6a 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -1,6 +1,6 @@ { - "appId": "io.ionic.starter", - "appName": "MermsProviders", + "appId": "com.mermsemr.providers", + "appName": "MERMS Providers", "bundledWebRuntime": false, "npmClient": "npm", "webDir": "www",