Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.12k stars 340 forks source link

File name of internal sharing json #928

Closed Wouter12 closed 3 years ago

Wouter12 commented 3 years ago

Problem description

Currently the name of the json file is {System.currentTimeMillis}.json. This is very unclear which json file corresponds with each apk you uploaded.

Potential solutions/workarounds

Change the name of the json file to the {apk-name}.json

Additional context

image I have multiple apk's (split architectures) I want to upload in my buildscripts, and afterwards send the link from within the json, but i want to know which link corresponds with which architecture of my apk's.