Skip to content

Commit

Permalink
Regenerate apk file
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed May 4, 2019
1 parent 88b3063 commit 5e9746f
Show file tree
Hide file tree
Showing 4 changed files with 539 additions and 414 deletions.
5 changes: 4 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>MyApp</name>
<name>GoogleMapsDemo</name>
<description>An awesome Ionic/Cordova app.</description>
<author email="[email protected]" href="http://ionicframework.com/">Ionic Framework Team</author>
<content src="index.html" />
Expand Down Expand Up @@ -82,4 +82,7 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^4.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-googlemaps" spec="^2.6.2" />
<preference name="GOOGLE_MAPS_ANDROID_API_KEY" value="(API KEY)" />
<preference name="GOOGLE_MAPS_IOS_API_KEY" value="(API KEY)" />
</widget>
Loading

0 comments on commit 5e9746f

Please sign in to comment.