1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-08-06 15:21:21 +08:00

With different gradle version comes a different path

Of course. Because we must change the path so everyones build fails.
This commit is contained in:
Vishesh Handa
2021-03-12 16:32:03 +01:00
parent 60e5541849
commit b88780143a

@ -12,7 +12,7 @@ platform :android do
# end
upload_to_play_store(track: "alpha",
aab: "../build/app/outputs/bundle/prodRelease/app.aab",
aab: "../build/app/outputs/bundle/prodRelease/app-prod-release.aab",
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,