-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hello everyone. First of all thanks for your work on this repo!
I have Native debugging symbols which I would like to upload to Google Play Store, but based on the following line, this is not configurable, it's hard-coded to "proguard".
steps-google-play-deploy/publish.go
Line 86 in fe37a30
| editsDeobfuscationFilesUploadCall := editsDeobfuscationFilesService.Upload(packageName, appEditID, versionCode, "proguard") |
The API seems to support different values as listed here: https://pkg.go.dev/google.golang.org/api/androidpublisher/v3#EditsDeobfuscationfilesService
Would you consider making this value configurable, please?
Metadata
Metadata
Assignees
Labels
No labels