From 3e0e684127d60628ae901ad3ef04e74b47b68539 Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Tue, 13 Nov 2018 21:40:31 -0600 Subject: [PATCH] Created Set Up APK Signing in Bitrise (markdown) --- Set-Up-APK-Signing-in-Bitrise.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Set-Up-APK-Signing-in-Bitrise.md diff --git a/Set-Up-APK-Signing-in-Bitrise.md b/Set-Up-APK-Signing-in-Bitrise.md new file mode 100644 index 0000000..534c4e0 --- /dev/null +++ b/Set-Up-APK-Signing-in-Bitrise.md @@ -0,0 +1,11 @@ +Open `src/android/` in Android studio +![](https://imgur.com/kmaFWyG.png) +![](https://imgur.com/PE6QtlU.png) +![](https://imgur.com/vn6OmDV.png) +Create New +![](https://imgur.com/sTgCZ8J.png) +Fill out the necessary info, remember the passwords for later +Finish the wizard to make sure it works +Open the bitrise dash-board and go to workflows>code signing +Upload the key store and enter the passwords and key alias in their respective spots +That's it :) \ No newline at end of file