Skip to content

Commit

Permalink
add increment_build_number
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed May 23, 2017
1 parent efcef64 commit f0f3a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/platforms/agnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
# update iOS version
increment_version_number(version_number: version,
xcodeproj: ENV['GYM_PROJECT'])
increment_build_number(xcodeproj: ENV['GYM_PROJECT'])

# update Android version
set_gradle_version_name(version_name: version,
gradle_path: lane_context[:GRADLE_FILE])
Expand Down

0 comments on commit f0f3a05

Please sign in to comment.