How to publish your Android App?
Steps:
- Make sure the current version is great.
- Change version number for all gradles.
- Generate signed APK
- File > Project Structure, deal with Signing and Build Types
- Build > Generate Signed APK
- Wrap APK and mapping file to a binary directory. Make sure everything is consistent.
- Add tags
- git tag -a X.X.X -m “some commit”
- git push origin X.X.X
- more info: https://git-scm.com/book/en/v2/Git-Basics-Tagging
- Go to Google Play, app releases to release.