diff --git a/README.md b/README.md index bb3b71a..c7d72c2 100644 --- a/README.md +++ b/README.md @@ -1 +1,38 @@ -# bitrise-step-apk-info \ No newline at end of file +![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), . + +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. diff --git a/bitrise.yml b/bitrise.yml index 4efbf49..27cadf2 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -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: # ---------------------------------------------------------------- diff --git a/imgs/logo.svg b/imgs/logo.svg new file mode 100644 index 0000000..3d2ff61 --- /dev/null +++ b/imgs/logo.svg @@ -0,0 +1,6 @@ + + + + + +