Skip to content

8Mi-Tech/get-apk-info-action

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • Shell 7.1%
  • PowerShell 1.6%