Skip to content

Commit

Permalink
⚒️ Working on new EAS json. (Fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arafat-alim committed Oct 30, 2024
1 parent 4760f35 commit e9daed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease",
"artifactPath": "android/app/build/outputs/apk/release/app-release.apk"
"applicationArchivePath": "android/app/build/outputs/apk/release/app-release.apk"
}
},
"staging": {
"production": {
"distribution": "store",
"env": {
"ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk",
Expand All @@ -25,7 +25,7 @@
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease",
"artifactPath": "android/app/build/outputs/apk/release/app-release.apk"
"applicationArchivePath": "android/app/build/outputs/apk/release/app-release.apk"
}
}
},
Expand Down

0 comments on commit e9daed7

Please sign in to comment.