Skip to content

Commit

Permalink
Remove unnecessary version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 19, 2024
1 parent 45a8201 commit adc8fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/lanes/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
version = VERSION_FILE.read_version_name

build_and_upload_apk(
version: version,
upload_track: beta ? 'beta' : 'production'
)

Expand Down

0 comments on commit adc8fef

Please sign in to comment.