You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Maps marker deselect and UI changes (#84) - Closed#79
Merge map fix into develop
* Test structure now mirrors src structure (#85)
* Dagger 2 and some bug fixes (#86)
* Added initial dagger modules
* Implemented dagger functionality in all legacy BMController calls, also fixed gym group_ex crash bug and general clean up
* Updated gradle version and dependencies to make bitrise happy
* Limited bounds of autocomplete search on BearTransit map
* fixed library hours not being right justified by using changing width to match parent (#87)
* Limited autocomplete search to Berkeley area for BearTransit map (#94)
* Updated CONTRIBUTING.md
Changed instructions to tell open source contributors to make a PR to develop instead of master
* Limited bounds of autocomplete search on BearTransit map
* Added release notes
* Removed google-services.json from readme
* Fixed bounds for Destination
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ It is recommended you use Android Studio 3.0.0.
45
45
* Create a new project in the [Google Cloud Console](https://console.cloud.google.com)
46
46
* Under the APIs and Services tab, enable the Google Places API for Android, Google Maps Directions API, Google Maps Android API, and Google Maps Geocoding API
47
47
* Under the Credentials tab, create an API key
48
-
* Paste your API key into [secret.xml](app/src/main/res/values/secret.xml) and [google-services.json](app/google-services.json)
48
+
* Paste your API key into [secret.xml](app/src/main/res/values/secret.xml)
49
49
* We've configured this repository so that the application pulls from our sandbox backend, which just returns test data. If you would like access to our production backend API, please [contact us](#contact).
0 commit comments