Skip to content
arrow-right-circle

GitHub Action

Get Apk Version

1.0 Latest version

Get Apk Version

arrow-right-circle

Get Apk Version

Get Apk Version

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Get Apk Version

uses: JantHsueh/[email protected]

Learn more about this action in JantHsueh/get-apk-info-action

Choose a version

Get Apk Info

Get apk information,different compilation and build parameters, resulting in different apk version information

Usage

  - name: Get Apk Info
    id: apk
    uses: JantHsueh/get-apk-version-action@master
    with:
     apkPath: app/build/outputs/apk/release/app-release.apk

Inputs

Parameter Required Info
apkPath true apk path.Default: app/build/outputs/apk/release/app-release.apk

Outputs

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

License

MIT