Skip to content

Commit

Permalink
Merge pull request #1311 from get10101/fix/android-apk-upload
Browse files Browse the repository at this point in the history
fix: allow uploading to google playstore again
  • Loading branch information
bonomat authored Sep 18, 2023
2 parents a4839c7 + 39965da commit 2dfbf80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mobile/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
default_platform(:android)

ENV['SUPPLY_UPLOAD_MAX_RETRIES']='5'
APP_SCHEME = ENV["FASTLANE_ANDROID_APP_SCHEME"]

platform :android do
Expand All @@ -10,6 +11,9 @@ platform :android do
upload_to_play_store(
track: 'alpha',
aab: "../build/app/outputs/bundle/#{APP_SCHEME}Release/app-#{APP_SCHEME}-release.aab",
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
)
end
end

0 comments on commit 2dfbf80

Please sign in to comment.