-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle_maps_api.xml
24 lines (18 loc) · 951 Bytes
/
google_maps_api.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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=F4:87:D7:46:B4:E7:62:25:DA:3C:19:B0:97:45:8B:73:37:F9:1B:75%3Bcom.wetech.aus.tennis.app.domian.courts.ui
You can also add your credentials to an existing key, using these values:
Package name:
domain.courts.ui
SHA-1 certificate fingerprint:
F4:87:D7:46:B4:E7:62:25:DA:3C:19:B0:97:45:8B:73:37:F9:1B:75
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">
AIzaSyBM3t1l6uMDkBHDm65Uo3tQcIeb1IVDX7Q
</string>
</resources>