Re-add optional dependency for location provider lib

This commit is contained in:
mar-v-in 2015-01-03 16:32:51 +01:00
parent 52138a69e5
commit 27866d08cf
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.gms"
android:versionName="1.0"
android:versionCode="6111030">
<uses-sdk android:minSdkVersion="16" />
@ -33,6 +34,9 @@
<application
android:theme="@style/AppTheme"
android:label="@string/gms_app_name">
<uses-library
android:name="com.android.location.provider"
android:required="false" />
<uses-library
android:name="com.google.android.maps"
android:required="false" />