Skip to content

Commit

Permalink
pantallas mis bitacoras, estaciones, inconos y despliegue en andrioid
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyenifer committed Apr 16, 2018
1 parent 940d1a7 commit 45f9cdc
Show file tree
Hide file tree
Showing 55 changed files with 2,228 additions and 319 deletions.
5 changes: 3 additions & 2 deletions ATOME/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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>ATOME</name>
<description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
<author email="hi@ionicframework" href="http://ionicframework.com/">Yenifer H. - Mauricio Uribe</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand All @@ -12,7 +12,7 @@
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="ScrollEnabled" value="false" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-minSdkVersion" value="22" />
<preference name="BackupWebStorage" value="none" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreenDuration" value="300" />
Expand Down Expand Up @@ -81,4 +81,5 @@
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<engine name="android" spec="7.0.0" />
</widget>
Loading

0 comments on commit 45f9cdc

Please sign in to comment.