Location Example
| |
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
compile 'com.google.android.gms:play-services:+'(Some docs specified the version of play-services, but I found this didn't work)
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />