aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Keppler <bananeweizen@gmx.de>2013-12-22 23:12:50 +0100
committerMichael Keppler <bananeweizen@gmx.de>2013-12-22 23:12:50 +0100
commit60171130baf711b619668d773aa1ba6a1f02a025 (patch)
treeb0fd7c9bf87c444bfb833c171d08cba0c3e321f1 /README.md
parentc9cf33103956eaa372ffc8566e4f3c9c9e28652a (diff)
downloadcgeo-60171130baf711b619668d773aa1ba6a1f02a025.zip
cgeo-60171130baf711b619668d773aa1ba6a1f02a025.tar.gz
cgeo-60171130baf711b619668d773aa1ba6a1f02a025.tar.bz2
build: have only one resource file with keys
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 37e40ca..14c07f5 100644
--- a/README.md
+++ b/README.md
@@ -51,12 +51,11 @@ If the workspace directory name contains a space and leads to errors in the -dex
3. copy `./main/templates/local.properties` to `./main/`
4. copy `./main/templates/local.properties` to `./tests/`
5. edit `local.properties` (see comments in the file)
-6. copy `./main/templates/mapsapikey.xml` to `./main/res/values/`
-7. edit `./main/res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
-8. copy `./main/templates/ocde_okapi.xml` to `./main/res/values/`
-9. request your personal ConsumerKey and -Secret at [opencaching.de OKAPI signup](http://www.opencaching.de/okapi/signup.html)
-10. edit `./main/res/values/ocde_okapi.xml` and insert your keys there.
-11. Repeat steps 8-10 with `ocpl_okapi.xml` and [opencaching.pl OKAPI signup](http://www.opencaching.pl/okapi/signup.html)
+6. copy `./main/templates/keys.xml` to `./main/res/values/`
+7. edit `./main/res/values/keys.xml` and insert several keys (see comments in the file)
+7.a) Google Maps API key
+7.b) request your personal consumer key and secret at [opencaching.de OKAPI signup](http://www.opencaching.de/okapi/signup.html)
+7.c) request your personal consumer key and secret at [opencaching.pl OKAPI signup](http://www.opencaching.pl/okapi/signup.html)
### Building with Ant ###