Skip to content

Commit

Permalink
Update Fastfile (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Nov 6, 2024
1 parent 3fae727 commit b96b682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ platform :android do
lane :publish_to_play_store do
upload_to_play_store(
package_name: "io.ashdavies.playground",
track: "alpha",
release_status: "draft"
track: "internal",
json_key: "conferences-app/src/androidMain/play-store-key.json",
aab: "conferences-app/build/outputs/bundle/release/conferences-app-release.aab",
mapping: "conferences-app/build/outputs/mapping/release/mapping.txt",
Expand Down

0 comments on commit b96b682

Please sign in to comment.