From: Thibaud Moustier Date: Sun, 1 Mar 2026 17:05:42 +0000 (+0100) Subject: Mobile : Test install app X-Git-Url: https://git.digitality.be/?a=commitdiff_plain;h=dc6d21d10243c21c9655b85ac453c36b119faf5e;p=pdw25-26 Mobile : Test install app --- 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" + } + } + } +}