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 79274c4 commit 9f85109Copy full SHA for 9f85109
android/fastlane/Fastfile
@@ -17,7 +17,7 @@ default_platform(:android)
17
18
platform :android do
19
desc 'Get the highest version code from all tracks'
20
- lane :version_code |options|
+ lane :version_code do |options|
21
production_versions = google_play_track_version_codes(
22
package_name: options[:official] ? 'chat.rocket.android' : 'chat.rocket.reactnative',
23
json_key: 'fastlane/play_store.json',
0 commit comments