setup eas file for building app

This commit is contained in:
Sanidhya Kumar Verma
2024-09-06 04:09:10 +00:00
committed by GitHub
parent dfe455c9c0
commit 8b40f7a5e6
+21
View File
@@ -0,0 +1,21 @@
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {}
}
}