changed buildType to apk

This commit is contained in:
Christopher Sanden
2026-03-19 22:53:34 +01:00
parent 552f32ec97
commit 7a5d1d27f9
3 changed files with 5 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -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",

View File

@@ -9,7 +9,10 @@
"distribution": "internal"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"autoIncrement": true