From 7a5d1d27f93481d97787a3f0dbf57572d01aaccf Mon Sep 17 00:00:00 2001 From: Christopher Sanden Date: Thu, 19 Mar 2026 22:53:34 +0100 Subject: [PATCH] changed buildType to apk --- .DS_Store | Bin 0 -> 6148 bytes FastNotes/app.json | 2 +- FastNotes/eas.json | 5 ++++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..72b5678756a2a84ea965318c188c21d33f329698 GIT binary patch literal 6148 zcmeHK%}T>S5T0$TO(;SS3VI88E!aj8i1GC@k{AAg0!~Ot(=!~KkKpg-qRKk*t%@;y((gi6Q51~-sI0Xqg^dSq! z3)$@Wiww}(*>C~@WVmvl)-M}`i3~CN8V-^;%bU$NQ7TtfR;yOks#!Pwy&U^_kdLxX zFubDPxs*vbvxD#=?vH!*^&^?)L7eu7svwT~m~wp?r;!|Yl}#!B()X4Z9GqNx*6rn~(zoXJYcpAB72AF|) z2Fkiyr}O{#`}hBR5%-t@X5e2jASzwI+rcTBvvpx|bk;hkx2PnPS7`hwK|>wIm`g|T cCaMzjJ7gew1`CboLE(#lqJbM`;8z)V2cWM_KmY&$ literal 0 HcmV?d00001 diff --git a/FastNotes/app.json b/FastNotes/app.json index ccb0212..b3b06bf 100644 --- a/FastNotes/app.json +++ b/FastNotes/app.json @@ -2,7 +2,7 @@ "expo": { "name": "FastNotes", "slug": "FastNotes", - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "fastnotes", diff --git a/FastNotes/eas.json b/FastNotes/eas.json index f4cc4a0..dc5069d 100644 --- a/FastNotes/eas.json +++ b/FastNotes/eas.json @@ -9,7 +9,10 @@ "distribution": "internal" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "android": { + "buildType": "apk" + } }, "production": { "autoIncrement": true