Skip to content

Commit 3f0af56

Browse files
committed
Fix/improve building doc.
1 parent 625a51c commit 3f0af56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/BUILDING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,21 +154,23 @@ debug and release certificate fingerprints in the list of accepted certificates.
154154
Note the API key you created. _(It's a long alphanumeric string that may contain
155155
digits, letters and underscores.)_
156156
157-
7. Enter the API key from Step 6 into this file:
157+
7. Enter the API key from Step 6 into this file:
158158
```
159159
android/src/main/res/values/maps_api_key.xml
160160
```
161161
8. Enter the API key from Step 6, as a value for the `YOUTUBE_API_KEY` constant,
162-
into this file:
162+
into this file:
163163
```
164164
android/src/main/java/com/google/samples/apps/iosched/Config.java
165165
```
166+
166167
<hr>
167168
168169
Done. IOSched should now work with Google sign in, Google Drive and Maps
169170
integration. Note that we did NOT include setting up GCM. For more information
170171
about this, see the [CUSTOM.md] file.
171172
173+
172174
[Android Studio]:http://developer.android.com/sdk/installing/studio.html
173175
[App Signing]:http://developer.android.com/tools/publishing/app-signing.html#studio
174176
[Building without Android Wear]:https://github.com/google/iosched/blob/master/doc/BUILDING.md#building-without-android-wear

0 commit comments

Comments
 (0)