Skip to content

Commit fbfd027

Browse files
authored
Update Fastfile
1 parent a297e3c commit fbfd027

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/fastlane/Fastfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ platform :android do
150150
end
151151

152152
desc "Upload App to Play Store Production"
153-
lane :experimental_production do |options|
153+
lane :experimental_production
154154
upload_to_play_store(
155155
package_name: 'chat.rocket.reactnative',
156156
track: 'production',
@@ -159,10 +159,10 @@ platform :android do
159159
end
160160

161161
desc "Upload App to Play Store Open Testing"
162-
lane :official_open_testing do |options|
162+
lane :official_open_testing
163163
upload_to_play_store(
164-
package_name: 'chat.rocket.reactnative',
165-
track: 'internal',
164+
package_name: 'chat.rocket.android',
165+
track: 'open',
166166
aab: 'app/build/outputs/bundle/officialRelease/app-official-release.aab'
167167
)
168168
end

0 commit comments

Comments
 (0)