Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

using google play services version from resources #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
using google play services version from resources
  • Loading branch information
mliberato committed Nov 22, 2013
commit 526fa52e714ce9aa383fe40a07907bbadbe5a960
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<uses-permission android:name="android.permission.USE_CREDENTIALS"/>

<application android:allowBackup="true" android:icon="@drawable/ic_launcher_guestbook" android:label="@string/app_name" android:theme="@style/AppTheme">
<meta-data android:name="com.google.android.gms.version" android:value="13" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<activity android:configChanges="orientation|screenSize" android:label="@string/app_name" android:name="com.google.cloud.backend.sample.guestbook.GuestbookActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down