Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 765 Bytes

BUILD.md

File metadata and controls

21 lines (16 loc) · 765 Bytes
layout permalink
default
/build

Building Bookcrossing Mobile

To build Bookcrossing Mobile application, you need to grab your API key for Google Maps here first.

  1. Open your Terminal, cd to the project's directory and execute the following commands:

    cp keystore.properties.example keystore.properties
    cp api.properties.example api.properties
    cp app/google-services.json.example app/google-services.json
  2. Replace stub values in keystore.properties and api.properties files with your actual credentials.

Alternatively, you can use your own Firebase project for testing purposes. In this case you don't need to run last command from above, just register a new Firebase project for your app.