Skip to content

Commit

Permalink
revert android build command taken from expo docs from bundleProducti…
Browse files Browse the repository at this point in the history
…onRelease -> bundleRelease
  • Loading branch information
kibagateaux committed Dec 11, 2023
1 parent 813ade4 commit 1ec05bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"EXPO_PUBLIC_APP_VARIANT": "production"
},
"android": {
"buildType": "apk",
"gradleCommand": ":app:bundleProductionRelease"
"buildType": "aab",
"gradleCommand": ":app:bundleRelease"
}
}
},
Expand Down

0 comments on commit 1ec05bf

Please sign in to comment.