We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcef64 commit f0f3a05Copy full SHA for f0f3a05
fastlane/platforms/agnostic.rb
@@ -25,6 +25,8 @@
25
# update iOS version
26
increment_version_number(version_number: version,
27
xcodeproj: ENV['GYM_PROJECT'])
28
+ increment_build_number(xcodeproj: ENV['GYM_PROJECT'])
29
+
30
# update Android version
31
set_gradle_version_name(version_name: version,
32
gradle_path: lane_context[:GRADLE_FILE])
0 commit comments