Skip to content

Commit

Permalink
Added Google Sign-In client
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Feb 20, 2018
1 parent 2259787 commit f0d5edd
Show file tree
Hide file tree
Showing 18 changed files with 962 additions and 563 deletions.
3 changes: 2 additions & 1 deletion demo-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
</intent-filter>
</activity>

<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="853726039702" />
<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="@string/play_games_app_id" />
<meta-data android:name="com.google.android.gms.games.WEB_CLIENT_ID" android:value="@string/play_games_web_client_id" />
</application>

</manifest>
3 changes: 3 additions & 0 deletions demo-app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<string name="app_name">Zapic Android Demo</string>
<string name="challenges_button">Challenges</string>
<string name="zapic_button">Zapic</string>

<string name="play_games_app_id">853726039702</string>
<string name="play_games_web_client_id">853726039702-d1er1k1d6bvjg6lf9fg5rnja64scrk9s.apps.googleusercontent.com</string>
</resources>
Loading

0 comments on commit f0d5edd

Please sign in to comment.