Skip to content

Commit

Permalink
add missing meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Mar 27, 2014
1 parent 537d8f6 commit 1f75c86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions MapsV2/Animator/AndroidManifest.xml
Expand Up @@ -11,8 +11,8 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<uses-feature
android:glEsVersion="0x00020000"
android:required="false"/>
Expand All @@ -37,6 +37,9 @@
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="AIzaSyCis4NzxMw1aJyvUIrjGILjPkSdxrRfof4"/>
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
</application>

</manifest>

0 comments on commit 1f75c86

Please sign in to comment.