Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Created January 2, 2018 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igor-brishkoski/bb939e7cbd1a51cce14df1725525e337 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/bb939e7cbd1a51cce14df1725525e337 to your computer and use it in GitHub Desktop.
We can use the resource value from build.gradle in our manifest.
//AndroidManifest.xml
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_key" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment