mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
comment
This commit is contained in:
parent
52c9f8dd33
commit
19da5cde8a
3 changed files with 25 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ project.properties
|
||||||
.settings
|
.settings
|
||||||
bin/
|
bin/
|
||||||
gen/
|
gen/
|
||||||
|
gplay/
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
*.so
|
*.so
|
||||||
|
|
|
@ -1,2 +1,14 @@
|
||||||
TODO: add information about whats important for Delta wrt Google Play here.
|
# Google Play Store
|
||||||
also a Playstore-Release-Checklist is required in `release-checklist.md`
|
|
||||||
|
If you have access to uploading and signing apks,
|
||||||
|
this can be done at
|
||||||
|
https://play.google.com/apps/publish/
|
||||||
|
|
||||||
|
The description can be discussed and changed at
|
||||||
|
https://github.com/deltachat/deltachat-android/blob/master/store/text.md
|
||||||
|
In future, we can also add the screenshots or other assets there.
|
||||||
|
|
||||||
|
|
||||||
|
# Google Play Releases
|
||||||
|
|
||||||
|
see `release-checklist.md`
|
||||||
|
|
|
@ -11,6 +11,16 @@ Release core, if needed, then:
|
||||||
... some days later, F-Droid should be updated.
|
... some days later, F-Droid should be updated.
|
||||||
|
|
||||||
|
|
||||||
|
# Release new Play Store version
|
||||||
|
|
||||||
|
Release core, f-droid, then:
|
||||||
|
|
||||||
|
1. In Android Studio, select "Build / Generate signed APK"
|
||||||
|
(not: App Bundle as this would require uploading the signing key to Google)
|
||||||
|
2. Select flavor `gplayRelease`
|
||||||
|
3. Test the generated APK from `gplay/release`
|
||||||
|
|
||||||
|
|
||||||
# For an additional APK
|
# For an additional APK
|
||||||
|
|
||||||
6. in Android Studio select "Build / Build APK"
|
6. in Android Studio select "Build / Build APK"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue