feat: enable internal distribution on preview build profile

Adds distribution: "internal" to the preview EAS build profile so that
completed APK builds generate a QR code and direct download link.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
billisdead
2026-05-22 07:49:33 +02:00
parent be57d581ac
commit 554b16d6cb
+1
View File
@@ -4,6 +4,7 @@
}, },
"build": { "build": {
"preview": { "preview": {
"distribution": "internal",
"android": { "android": {
"buildType": "apk" "buildType": "apk"
} }