File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -20,25 +20,21 @@ platform :android do
2020 lane :version_code do |options |
2121 production_versions = google_play_track_version_codes (
2222 package_name : options [ :official ] ? 'chat.rocket.android' : 'chat.rocket.reactnative' ,
23- json_key : 'fastlane/play_store.json' ,
2423 track : 'production'
2524 )
2625
2726 beta_versions = google_play_track_version_codes (
2827 package_name : options [ :official ] ? 'chat.rocket.android' : 'chat.rocket.reactnative' ,
29- json_key : 'fastlane/play_store.json' ,
3028 track : 'beta'
3129 )
3230
3331 alpha_versions = google_play_track_version_codes (
3432 package_name : options [ :official ] ? 'chat.rocket.android' : 'chat.rocket.reactnative' ,
35- json_key : 'fastlane/play_store.json' ,
3633 track : 'alpha'
3734 )
3835
3936 internal_versions = google_play_track_version_codes (
4037 package_name : options [ :official ] ? 'chat.rocket.android' : 'chat.rocket.reactnative' ,
41- json_key : 'fastlane/play_store.json' ,
4238 track : 'internal'
4339 )
4440
You can’t perform that action at this time.
0 commit comments