File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -154,21 +154,23 @@ debug and release certificate fingerprints in the list of accepted certificates.
154
154
Note the API key you created. _(It's a long alphanumeric string that may contain
155
155
digits, letters and underscores.)_
156
156
157
- 7. Enter the API key from Step 6 into this file:
157
+ 7. Enter the API key from Step 6 into this file:
158
158
```
159
159
android/src/main/res/values/maps_api_key.xml
160
160
```
161
161
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:
163
163
```
164
164
android/src/main/java/com/google/samples/apps/iosched/Config.java
165
165
```
166
+
166
167
<hr>
167
168
168
169
Done. IOSched should now work with Google sign in, Google Drive and Maps
169
170
integration. Note that we did NOT include setting up GCM. For more information
170
171
about this, see the [CUSTOM.md] file.
171
172
173
+
172
174
[Android Studio]:http://developer.android.com/sdk/installing/studio.html
173
175
[App Signing]:http://developer.android.com/tools/publishing/app-signing.html#studio
174
176
[Building without Android Wear]:https://github.com/google/iosched/blob/master/doc/BUILDING.md#building-without-android-wear
You can’t perform that action at this time.
0 commit comments