Arthelh/NCNF

View on GitHub
app/src/debug/res/values/google_maps_api.xml

Summary

Maintainability
Test Coverage
<resources>
    <!--
    TODO: Before you run your application, you need a Google Maps API key.

    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=EF:0D:72:C3:96:69:21:47:AE:09:2D:DE:0A:5C:9C:18:A5:AD:74:99%3Bcom.example.bootcamp

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

    Package name:
    com.example.bootcamp

    SHA-1 certificate fingerprint:
    EF:0D:72:C3:96:69:21:47:AE:09:2D:DE:0A:5C:9C:18:A5:AD:74:99

    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">${mapsApiKey}</string>

</resources>