Get apk information,different compilation and build parameters, resulting in different apk version information
- name: Get Apk Info
id: apk
uses: JantHsueh/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 |
Get Apk Version is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.