Skip to content

Commit

Permalink
chapter28サンプルにgoogle play services rev.13以降対応の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ynakanishi committed Feb 21, 2014
1 parent e4669dc commit 2d2ed0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapter28/GeofencingSample/AndroidManifest.xml
Expand Up @@ -3,18 +3,19 @@
package="com.example.geofencingsample"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<activity
android:name="com.example.geofencingsample.MainActivity"
android:label="@string/app_name" >
Expand All @@ -25,5 +26,4 @@
</intent-filter>
</activity>
</application>

</manifest>

0 comments on commit 2d2ed0b

Please sign in to comment.