- Java 8
- Latest version of Android SDK and Android Build Tools
The app requires an API key to access Google Maps. You must provide your own API key in order to build the app.
Just put your API key into google_maps_api.xml
file (create the file if it does not exist already):
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">
YOUR_API_KEY_HERE
</string>
This project integrates a combination of local unit tests and instrumented tests.