Update with instructions for android

This commit is contained in:
Jm Casler 2021-12-10 20:17:31 -08:00
parent 4b52189ee9
commit 99fb084111

View file

@ -26,8 +26,28 @@ If youd like to do real releases with your changes, the procedure is:
## Android ## Android
TBD ### Pre-requisites
* Add repository secrets
* * KEYSTORE_FILENAME
* * * name of the .jks
* * KEYSTORE
* * * we will convert the .jks to base64
* * * openssl base64 < filename.jks | tr -d '\n' | tee filename.txt
* * KEYSTORE_PROPERTIES
* * * storePassword=nononononono
keyPassword=nononononono
keyAlias=upload
storeFile=nononononono.jks
### Instructions - Automated
* Update protobufs
* Go to Actions / Make Release / Run Workflow
* Pick the Releases branch
* Enter the version found in app/gradle.build
*
## iOS ## iOS
TBD TBD