Add git hash to APK file name
To match the APK files uploaded as part of the assignments with a given snapshot (commit) of the git repository we require the APK file name to include the git commit hash of the latest commit. To add the git commit hash to the APK file name add a applicationVariants.all
block in the android block in app\build.gradle
Last updated
Was this helpful?