mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
docs: update instructions on how to release android
This commit is contained in:
parent
83b2e9084a
commit
b2607b1647
1 changed files with 16 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue