hyperrail/hyperrail-for-android

View on GitHub
Hyperrail/src/main/res/values/google_maps_api.xml

Summary

Maintainability
Test Coverage
<!--
  ~ This Source Code Form is subject to the terms of the Mozilla Public
  ~ License, v. 2.0. If a copy of the MPL was not distributed with this
  ~ file, You can obtain one at http://mozilla.org/MPL/2.0/.
  -->

<resources>
    <!--
    To get one, follow this link, follow the directions and press "Create" at the end:

    https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=A1:A3:0E:79:C2:F8:0C:4A:B9:69:A5:1B:F0:91:CB:45:8E:4C:40:31%3Bbe.hyperrail.android

    You can also add your credentials to an existing key, using these values:

    Package name:
    A1:A3:0E:79:C2:F8:0C:4A:B9:69:A5:1B:F0:91:CB:45:8E:4C:40:31

    SHA-1 certificate fingerprint:
    A1:A3:0E:79:C2:F8:0C:4A:B9:69:A5:1B:F0:91:CB:45:8E:4C:40:31

    Alternatively, follow the directions here:
    https://developers.google.com/maps/documentation/android/start#get-key

    Once you have your key (it starts with "AIza"), replace the "google_maps_key"
    string in this file.
    -->
    <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">AIzaSyAcxOmBuJfsO11qC1Ig9xP4FewwXpb_KN0</string>
</resources>