]> git.digitality.be Git - pdw25-26/commitdiff
Mobile : Test install app
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Sun, 1 Mar 2026 17:05:42 +0000 (18:05 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Sun, 1 Mar 2026 17:05:42 +0000 (18:05 +0100)
Wallette/mobile/app.json
Wallette/mobile/eas.json [new file with mode: 0644]

index c5fe7c6af128a1e0b6c5cbd7507dc8b150ad088b..106ddd5b182726ba2cb0f5bea4b4d1295da9527b 100644 (file)
         "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 (file)
index 0000000..fb9bd3b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "build": {
+    "internal": {
+      "distribution": "internal",
+      "android": {
+        "buildType": "apk"
+      }
+    }
+  }
+}