Get apk information,different compilation and build parameters, resulting in different apk version information
- name: Read Apk Info
id: apk
uses: QueallyTech/read-apk-info-action@v1
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 |