Xcov19 / android-mycovidconnect

Android CovidConnect App src code
GNU Affero General Public License v3.0
1 stars 7 forks source link

XCovid project

Open Source Helpers

Architecture

Build script

Technologies

Git flow

Setting up maps

To use google maps you will need to add an api key, in order to do this, create a keys.property file on your project's root directory and add 2 variables:

MAPS_API_KEY_DEBUG="" MAPS_API_KEY_RELEASE=""

Assign the value of the api for your debug and release builds respectively