Skip to content

Commit

Permalink
Merge pull request #5 from seniorquico/fixes
Browse files Browse the repository at this point in the history
Added Google Sign-In client DEV-9 DEV-64 DEV-318
  • Loading branch information
seniorquico authored Feb 20, 2018
2 parents 3d56405 + f0d5edd commit b9ca337
Show file tree
Hide file tree
Showing 22 changed files with 1,897 additions and 955 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 b9ca337

Please sign in to comment.