Skip to content

Commit

Permalink
Trying to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Sep 16, 2023
1 parent 710f037 commit 228cb23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ platform :android do
task: "clean bundleRelease",
gradle_path: "./gradlew"
)
upload_to_play_store
upload_to_play_store(
root_url: "https://androidpublisher.googleapis.com/",
skip_upload_images: true,
skip_upload_screenshots: true,
)
end
end

0 comments on commit 228cb23

Please sign in to comment.