aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Schmitz <eyecatchup@gmail.com>2014-10-28 16:07:47 +0100
committerStephan Schmitz <eyecatchup@gmail.com>2014-10-28 16:07:47 +0100
commit3f0af56a894acf5c2ebf740c0197d39a04b0278d (patch)
tree3be5c270c830c2141ff88ce1b20c5d404de3c361
parent625a51cd3f8d6dd3f8dec9c2f1e9a44ffd493891 (diff)
downloadiosched-3f0af56a894acf5c2ebf740c0197d39a04b0278d.tar.gz
Fix/improve building doc.
-rw-r--r--doc/BUILDING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/BUILDING.md b/doc/BUILDING.md
index faa5225..27c142a 100644
--- a/doc/BUILDING.md
+++ b/doc/BUILDING.md
@@ -154,21 +154,23 @@ debug and release certificate fingerprints in the list of accepted certificates.
Note the API key you created. _(It's a long alphanumeric string that may contain
digits, letters and underscores.)_
-7. Enter the API key from Step 6 into this file:
+7. Enter the API key from Step 6 into this file:
```
android/src/main/res/values/maps_api_key.xml
```
8. Enter the API key from Step 6, as a value for the `YOUTUBE_API_KEY` constant,
- into this file:
+ into this file:
```
android/src/main/java/com/google/samples/apps/iosched/Config.java
```
+
<hr>
Done. IOSched should now work with Google sign in, Google Drive and Maps
integration. Note that we did NOT include setting up GCM. For more information
about this, see the [CUSTOM.md] file.
+
[Android Studio]:http://developer.android.com/sdk/installing/studio.html
[App Signing]:http://developer.android.com/tools/publishing/app-signing.html#studio
[Building without Android Wear]:https://github.com/google/iosched/blob/master/doc/BUILDING.md#building-without-android-wear