Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.3 KB

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-info-action@master 
    #uses: 8Mi-Tech/get-apk-info-action@master
    #(if this merge to `JantHsueh/get-apk-info-action` pls use `JantHsueh/get-apk-info-action`)
    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
mainName application main name

License

MIT