Upgrade bitrise-android.yml so signing is done with a persistent key
Many thanks to @larubbio!!!! For doing the work and providing the documentation:
Signing is now done using bitrise.io's sign-apk step. This also includes some updates of versions of steps and tools.
- Upgrade git-clone workflow step
- Upgrade to node 5
- Remove call to keytool and steps for copying the keystore
- Remove install of android sdk since it is included in the bitrise vm
- Remove params to gradlew since we are no longer signing in the compile step
- Remove copy and restore of build.gradle since we can use the unsigned version now
- Add bitrise sign-apk step
- Update copy step so it renames the apk to show it is now signed.
- Upgrade deploy-to-bitrise step version
- Delete no longer needed build.gradle.sign