mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
14 lines
568 B
Markdown
14 lines
568 B
Markdown
# How to release a new version of the android app
|
|
|
|
1. Go to android studio
|
|
2. Update app/build.gradle versionCode and versionName and commit
|
|
3. Go to build/generate signed bundle apk
|
|
4. (sup.jks)
|
|
5. Choose playRelease
|
|
6. Select APK
|
|
7. Select playRelease
|
|
8. Locate files after build
|
|
9. Go to google play console: https://play.google.com/console/u/0/developers/?pli=1 and login.
|
|
10. Go to Release/Produktion and hit "Neuen Release erstellen"
|
|
11. Upload apk from $project/app/play/release/release/app-play-release.apk
|
|
12. Add release notes and hit "Release überprüfen"
|