From 99fb084111a53d423dde310cbe2c462caeffd159 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 10 Dec 2021 20:17:31 -0800 Subject: [PATCH] Update with instructions for android --- website/docs/developers/publish.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/website/docs/developers/publish.md b/website/docs/developers/publish.md index e02804ed..fe1470af 100644 --- a/website/docs/developers/publish.md +++ b/website/docs/developers/publish.md @@ -26,8 +26,28 @@ If you’d like to do ‘real’ releases with your changes, the procedure is: ## 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 TBD