diff --git a/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java b/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java index 632b6b1d..34e160a0 100644 --- a/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +++ b/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java @@ -21,6 +21,6 @@ public class ExampleInstrumentedTest { // Context of the app under test. Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("app.timesafari", appContext.getPackageName()); + assertEquals("app.timesafari.app", appContext.getPackageName()); } } diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index dba3e9d8..26d38ce2 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -1,5 +1,5 @@ { - "appId": "app.timesafari", + "appId": "app.timesafari.app", "appName": "TimeSafari", "webDir": "dist", "bundledWebRuntime": false, diff --git a/package.json b/package.json index 2a7e5e37..90237f1c 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ }, "main": "./dist-electron/main.js", "build": { - "appId": "app.timesafari", + "appId": "app.timesafari.app", "productName": "TimeSafari", "directories": { "output": "dist-electron-packages"