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.
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
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.
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
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.