Fix Android APK Issues Phase 2

This commit is contained in:
RoadtripDJ Dev
2026-05-17 23:36:26 +01:00
parent dedf25c51f
commit a0f11f73e8
14 changed files with 776 additions and 143 deletions

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 18.13.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}