Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

[support] enable local release builds for android #28

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

mirceanis
Copy link
Contributor

What's here

This changeset allows devs to build release versions locally.
The prerequisite is to have a local android/signing.properties file with the following data:

storeFile=<path to keystore, relative to android/app folder>
storePassword=<keystore pass>
keyAlias=<alias>
keyPassword=<keyPassword>

why

Devs can use this to build release versions locally.
This allows testing of upgrade scenarios starting from versions that are too outdated to rebuild.
Please use carefully

@mirceanis mirceanis requested a review from Eseoghene November 20, 2018 12:32
Copy link
Contributor

@Eseoghene Eseoghene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mirceanis mirceanis merged commit 59419d2 into develop Nov 20, 2018
@mirceanis mirceanis deleted the support/enable-local-release-build branch January 22, 2020 11:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants