Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use official github actions to create release. (#32)
* Setup signingConfigs with my keystore file. * Create release.yml script that will build apk file and do release everytime that is a push on the main branch. * Fix gradlew no permission error. * Use java 17 on script. * Use variables from github secrets. * decode google-services.json file * List output apk-s. and also upload the apk regardless it's name * add signing config on release build type. * update script to decode keystore file. * add logging for keystore existence * Add script to automatically release the app on github. Also add latest git commit hash to apk file name. * replace ghaction-create-release with actions/create-release --------- Co-authored-by: Diar Gegaj <[email protected]>
- Loading branch information