bitrise-steplib / steps-google-play-deploy

MIT License
54 stars 35 forks source link

Support uploading multiple mapping files #126

Closed ofalvai closed 3 years ago

ofalvai commented 3 years ago

Checklist

Context

Resolves #95

Changes

image

Investigation details

Google Play API endpoint: https://developers.google.com/android-publisher/api-ref/rest/v3/edits.deobfuscationfiles/upload

The mapping file is associated with the versionCode (which should be different among the uploaded app files)

Decisions