Get apk information,different compilation and build parameters, resulting in different apk version information
- name: Get Apk Info
id: apk
uses: reancool/get-apk-version-action@master
with:
apkPath: app/build/outputs/apk/release/app-release.apk
Parameter | Required | Info |
---|---|---|
apkPath |
true |
apk path.Default: app/build/outputs/apk/release/app-release.apk |
Output Parameter, mainly different compilation and build parameters, resulting in different apk version information.
More information of the apk ,view the output log. If you need, you can fork and modify this project.
Parameter | Info |
---|---|
versionCode |
versionCode |
versionNum |
versionNum |
applicationId |
applicationId |
name |
application label |
buildDate |
build date |