Merge pull request #142 from mc-hamster/master

Update with instructions for android
This commit is contained in:
Jm Casler 2021-12-15 10:23:44 -08:00 committed by GitHub
commit 4d38568738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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