Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Aug 31, 2018
1 parent a4905f1 commit 2d6d67f
Show file tree
Hide file tree
Showing 32 changed files with 123 additions and 45 deletions.
9 changes: 6 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.2" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-googlemaps" spec="^2.4.1">
<variable name="API_KEY_FOR_ANDROID" value="(YOUR_API_KEY)" />
<variable name="API_KEY_FOR_IOS" value="(YOUR_API_KEY)" />
<plugin name="cordova-plugin-googlemaps" spec="^2.4.2">
<variable name="API_KEY_FOR_ANDROID" value="(API_KEY)" />
<variable name="API_KEY_FOR_IOS" value="(API_KEY)" />
<variable name="PLAY_SERVICES_VERSION" value="15.0.1" />
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
</plugin>
<engine name="browser" spec="5.0.4" />
<engine name="android" spec="7.0.0" />
</widget>

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

Loading

0 comments on commit 2d6d67f

Please sign in to comment.