docs: update instructions on how to release android

This commit is contained in:
Johannes Millan 2025-03-07 16:22:24 +01:00
parent 83b2e9084a
commit b2607b1647

View file

@ -1,5 +1,21 @@
# How to release a new version of the android app
1. `npm version ...`
2. `npm run dist:android:prod`
3. Go to android studio
4. Go to build/generate signed bundle apk
5. (sup.jks)
6. Choose playRelease
7. Select APK
8. Select playRelease
9. Locate files after build
10. Go to google play console: https://play.google.com/console/u/0/developers/?pli=1 and login.
11. Go to Release/Produktion and hit "Neuen Release erstellen"
12. Upload apk from $project/app/play/release/release/app-play-release.apk
13. Add release notes and hit "Release überprüfen"
# OLD way
1. Go to android studio
2. Update app/build.gradle versionCode and versionName
(To trigger F-Droid)