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 32ca740 commit 8ed8fecCopy full SHA for 8ed8fec
fastlane/platforms/agnostic.rb
@@ -28,6 +28,10 @@
28
# update Android version
29
set_gradle_version_name(version_name: version,
30
gradle_path: lane_context[:GRADLE_FILE])
31
+
32
+ current_version_code = get_gradle_version_code(gradle_path: lane_context[:GRADLE_FILE])
33
+ set_gradle_version_code(version_code: current_version_code + 1,
34
+ gradle_path: lane_context[:GRADLE_FILE])
35
end
36
37
desc 'Build the release notes: branch, commit hash, changelog'
0 commit comments