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".
|
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?
Hello everyone. First of all thanks for your work on this repo!
I have
Native debugging symbolswhich 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
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?