Skip to content

Commit

Permalink
⚒️ Working on new EAS json package for this build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arafat-alim committed Oct 30, 2024
1 parent 0c44895 commit 4760f35
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,23 @@
"preview": {
"distribution": "internal",
"env": {
"ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk", // Windows path format
"ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk",
"EXPO_DEBUG": "true"
},
"android": {
"buildType": "apk",
"jsEngine": "hermes",
"enableProguardInReleaseBuilds": true,
"gradleCommand": ":app:assembleRelease",
"artifactPath": "android/app/build/outputs/apk/release/app-release.apk"
}
},
"production": {
"staging": {
"distribution": "store",
"env": {
"ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk",
"EXPO_OPTIMIZE_ASSETS": "true"
},
"android": {
"buildType": "apk",
"jsEngine": "hermes",
"enableProguardInReleaseBuilds": true,
"gradleCommand": ":app:assembleRelease",
"artifactPath": "android/app/build/outputs/apk/release/app-release.apk"
}
Expand Down

0 comments on commit 4760f35

Please sign in to comment.