Skip to content

Commit

Permalink
NOTASK: Release cert.
Browse files Browse the repository at this point in the history
  • Loading branch information
moopat committed Oct 12, 2018
1 parent deab2a8 commit f4901a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
21 changes: 0 additions & 21 deletions app/src/debug/res/values/google_maps_api.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
<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=C3:24:7F:5A:95:47:58:7F:4F:66:F9:B5:65:5D:60:2F:B6:3C:05:46%3Bat.trycatch.streets
You can also add your credentials to an existing key, using these values:
Package name:
C3:24:7F:5A:95:47:58:7F:4F:66:F9:B5:65:5D:60:2F:B6:3C:05:46
SHA-1 certificate fingerprint:
C3:24:7F:5A:95:47:58:7F:4F:66:F9:B5:65:5D:60:2F:B6:3C:05:46
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">AIzaSyAOaYpi32wzuyIQf8qoq1QJPI1pDEyUzi8</string>
</resources>
19 changes: 1 addition & 18 deletions app/src/release/res/values/google_maps_api.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<resources>
<!--
TODO: Before you release your application, you need a Google Maps API key.
To do this, you can either add your release key credentials to your existing
key, or create a new key.
Note that this file specifies the API key for the release build target.
If you have previously set up a key for the debug target with the debug signing certificate,
you will also need to set up a key for your release certificate.
Follow the directions here:
https://developers.google.com/maps/documentation/android/signup
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">YOUR_KEY_HERE</string>
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">AIzaSyAOaYpi32wzuyIQf8qoq1QJPI1pDEyUzi8</string>
</resources>

0 comments on commit f4901a1

Please sign in to comment.