fix: add package-lock, EAS project ID, local credentials config
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run

This commit is contained in:
root
2026-02-19 23:56:01 +08:00
parent 6a4ee9e80f
commit e01769b025
4 changed files with 111 additions and 61 deletions

View File

@@ -10,8 +10,10 @@
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
"buildType": "apk",
"credentialsSource": "local"
},
"credentialsSource": "local"
},
"production": {
"android": {
@@ -22,4 +24,4 @@
"submit": {
"production": {}
}
}
}