Skip to content

Commit

Permalink
Fix a mistake...
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Aug 30, 2023
1 parent db7698c commit 93f7448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ platform :android do
google_play_track_version_codes(track: "beta", json_key: json_key)[0],
google_play_track_version_codes(track: "alpha", json_key: json_key)[0],
google_play_track_version_codes(track: "internal", json_key: json_key)[0],
].max + 1
].max + 2
UI.message("Version code will be #{version_code}")
set_version_code(version_code)

Expand Down

0 comments on commit 93f7448

Please sign in to comment.