From dc6d21d10243c21c9655b85ac453c36b119faf5e Mon Sep 17 00:00:00 2001 From: Thibaud Moustier Date: Sun, 1 Mar 2026 18:05:42 +0100 Subject: [PATCH] Mobile : Test install app --- Wallette/mobile/app.json | 8 +++++++- Wallette/mobile/eas.json | 10 ++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Wallette/mobile/eas.json diff --git a/Wallette/mobile/app.json b/Wallette/mobile/app.json index c5fe7c6..106ddd5 100644 --- a/Wallette/mobile/app.json +++ b/Wallette/mobile/app.json @@ -21,10 +21,16 @@ "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, - "predictiveBackGestureEnabled": false + "predictiveBackGestureEnabled": false, + "package": "com.mrcreex.wallette" }, "web": { "favicon": "./assets/favicon.png" + }, + "extra": { + "eas": { + "projectId": "e4d072dc-4937-487d-a3e0-2fc4d5010fdf" + } } } } diff --git a/Wallette/mobile/eas.json b/Wallette/mobile/eas.json new file mode 100644 index 0000000..fb9bd3b --- /dev/null +++ b/Wallette/mobile/eas.json @@ -0,0 +1,10 @@ +{ + "build": { + "internal": { + "distribution": "internal", + "android": { + "buildType": "apk" + } + } + } +} -- 2.50.1