Skip to content

Commit 01bf7e0

Browse files
authored
Merge pull request #44 from leo-lox/dev
missing ,
2 parents 38b36bd + 881b845 commit 01bf7e0

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
@@ -37,7 +37,7 @@ platform :android do
3737
)
3838
upload_to_play_store(
3939
track: 'beta',
40-
aab: '../build/app/outputs/bundle/release/app-release.aab'
40+
aab: '../build/app/outputs/bundle/release/app-release.aab',
4141
json_key_data: ENV['G_PLAY_FASTLANE_SERVICE_ACCOUNT']
4242
)
4343
end

0 commit comments

Comments
 (0)