Skip to content

Commit

Permalink
Google Play deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZo committed Apr 7, 2024
1 parent a960dd4 commit 3ec12a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ platform :android do
version_code = (major * 10_000) + (minor * 100) + patch

upload_to_play_store(
track: "internal",
track: "alpha",
json_key: ENV["ANDROID_JSON_KEY_FILE"],
version_name: version_name,
version_code: version_code
version_code: version_code,
aab: "./app/build/outputs/bundle/release/app-release.aab"
)
end

Expand Down

0 comments on commit 3ec12a7

Please sign in to comment.