Skip to content

Commit fd31339

Browse files
author
mkobar
committed
android version - v0.0.3
1 parent 834033f commit fd31339

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

config.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.ionic.debttracker" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="io.ionic.debttracker" version="0.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>DebtTracker</name>
44
<description>An awesome Ionic/Cordova app.</description>
55
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
@@ -82,5 +82,6 @@
8282
<plugin name="cordova-plugin-ionic-webview" spec="1.1.19" />
8383
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
8484
<plugin name="cordova-plugin-camera" spec="^4.0.3" />
85-
<engine name="android" spec="~7.1.1" />
85+
<allow-navigation href="http://10.103.12.40:8100" />
86+
<engine name="android" spec="7.1.1" />
8687
</widget>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DebtTracker",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "Ionic Framework",
55
"homepage": "http://ionicframework.com/",
66
"private": true,

0 commit comments

Comments
 (0)