This commit is contained in:
B. Petersen 2019-02-12 13:52:28 +01:00
parent 52c9f8dd33
commit 19da5cde8a
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
3 changed files with 25 additions and 2 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ project.properties
.settings .settings
bin/ bin/
gen/ gen/
gplay/
.idea/ .idea/
*.iml *.iml
*.so *.so

View file

@ -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`

View file

@ -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"