Skip to content

Commit

Permalink
test: version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 24, 2024
1 parent 3fc247d commit 8dfb95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default_platform(:android)
platform :android do
desc "Increment the Version Code"
lane :increment_code do
latest_release = google_play_track_version_code()[0]
latest_release = google_play_track_version_codes()[0]
new_release = latest_release + 1

increment_version_code(
Expand Down

0 comments on commit 8dfb95b

Please sign in to comment.