[go: nahoru, domu]

Skip to content

reancool/get-apk-info-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: reancool/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
buildDate build date

License

MIT

About

Get apk information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • PowerShell 1.1%