Skip to content

Commit 9f85109

Browse files
committed
Correct ruby for android
1 parent 79274c4 commit 9f85109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default_platform(:android)
1717

1818
platform :android do
1919
desc 'Get the highest version code from all tracks'
20-
lane :version_code |options|
20+
lane :version_code do |options|
2121
production_versions = google_play_track_version_codes(
2222
package_name: options[:official] ? 'chat.rocket.android' : 'chat.rocket.reactnative',
2323
json_key: 'fastlane/play_store.json',

0 commit comments

Comments
 (0)