Skip to content

Commit

Permalink
Merge pull request #15 from futuredapp/feature/update-readme-to-futur…
Browse files Browse the repository at this point in the history
…ed-template

Update Readme
  • Loading branch information
skywall committed Apr 15, 2020
2 parents cd8e2a1 + c705c83 commit fce22a7
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
39 changes: 38 additions & 1 deletion README.md
@@ -1 +1,38 @@
# bitrise-step-apk-info
![bitrise-step-apk-info](imgs/logo.svg)

# Bitrise Step - APK Info

Bitrise step that produces metadata to given APK file.

## Usage

Add this step using standard Workflow Editor and provide required input environment variables.

### Input

`$BITRISE_APK_PATH` - File path to APK file to get info from.

### Outputs
`$ANDROID_APP_PACKAGE_NAME` - Android application package name, ex. com.package.my

`$ANDROID_APK_FILE_SIZE` - Android APK file size, in bytes

`$ANDROID_APP_NAME` - Android application name from APK

`$ANDROID_APP_VERSION_NAME` - Android application version name from APK, ex. 1.0.0

`$ANDROID_APP_VERSION_CODE` - Android application version code from APK, ex. 10

`$ANDROID_ICON_PATH` - File path to android application icon

## Contributors

Current maintainer and main contributor is [Lukáš Sztefek](https://github.com/skywall), <lukas.sztefek@futured.app>.

We want to thank other contributors, namely:

- [Radim Vaculík](https://github.com/radimvaculik)

## License

Bitrise Step - APK Info is available under the MIT license. See the [LICENSE](LICENSE) for more information.
2 changes: 1 addition & 1 deletion bitrise.yml
Expand Up @@ -6,7 +6,7 @@ app:
# define these in your .bitrise.secrets.yml
- BITRISE_APK_PATH: $BITRISE_APK_PATH
#
- STEP_VERSION: "1.4.4"
- STEP_VERSION: "1.4.5"

workflows:
# ----------------------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions imgs/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fce22a7

Please sign in to comment.