Skip to content

Commit

Permalink
Added Google Maps API key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brown committed Mar 1, 2017
1 parent 18ab833 commit 2965545
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jspm_packages

# Optional REPL history
.node_repl_history

# Android secrets
**/*/res/values/configuration.xml
2 changes: 2 additions & 0 deletions android/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_api_key"/>
<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand All @@ -27,5 +30,4 @@
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>

</manifest>

0 comments on commit 2965545

Please sign in to comment.