Skip to content

Commit

Permalink
Merge pull request #25 from rakhimosip/0.8
Browse files Browse the repository at this point in the history
Updates apk building info in README
  • Loading branch information
ckm007 authored May 11, 2022
2 parents 23821d7 + 92ad572 commit 9902c8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ npm install
export RELEASE_KEYSTORE=release.keystore
export RELEASE_KEYSTORE_ALIAS=androidreleasekey
export RELEASE_KEYSTORE_PASSWORD=android
# https://hostname/residentmobileapp is the Mimoto service url
export BACKEND_SERVICE_URL=https://hostname/residentmobileapp

# Use DEBUG_KEYSTORE, DEBUG_KEYSTORE_ALIAS, DEBUG_KEYSTORE_PASSWORD for debug build

Expand All @@ -71,5 +73,12 @@ npm run build:android:newlogic

More info here: [Build your app from the command line](https://developer.android.com/studio/build/building-cmdline)

## Build using github actions
One can clone the repo and run the build via github actions as shown below.


![](docs/images/build_github_actions.png)


## Credits
Credits listed [here](/Credits.md)
Binary file added docs/images/build_github_actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9902c8f

Please sign in to comment.