diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-26 09:42:32 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-26 09:42:32 +1300 |
commit | 958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2 (patch) | |
tree | 39383109363f58eba5526bba95a789371da7f66a /app/src/release/res/values/google_maps_api.xml | |
parent | b28175783a747fcb54f646cdd706f443a91695dc (diff) | |
download | etbsa-traccar-manager-android-958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2.tar.gz etbsa-traccar-manager-android-958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2.tar.bz2 etbsa-traccar-manager-android-958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2.zip |
Update project SDK and API key
Diffstat (limited to 'app/src/release/res/values/google_maps_api.xml')
-rw-r--r-- | app/src/release/res/values/google_maps_api.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/src/release/res/values/google_maps_api.xml b/app/src/release/res/values/google_maps_api.xml deleted file mode 100644 index 66e392a..0000000 --- a/app/src/release/res/values/google_maps_api.xml +++ /dev/null @@ -1,18 +0,0 @@ -<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=CC:52:01:6E:7D:18:68:C6:89:42:DE:13:CB:F5:83:FC:C6:E3:81:64%3Borg.traccar.manager - - You can also add your credentials to an existing key, using this line: - CC:52:01:6E:7D:18:68:C6:89:42:DE:13:CB:F5:83:FC:C6:E3:81:64;org.traccar.manager - - Once you have your key (it starts with "AIza"), replace the "google_maps_key" - string in this file. - --> - <string name="google_maps_key" translatable="false" templateMergeStrategy="preserve"> - YOUR_KEY_HERE - </string> -</resources> |