Skip to content

QueallyTech/read-apk-info-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Apk Info Action

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

Usage

  - name: Read Apk Info
    id: apk
    uses: QueallyTech/read-apk-info-action@v1
    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

About

Get apk information

Resources

License

Stars

Watchers

Forks

Packages

No packages published