Skip to content

Commit b5198bd

Browse files
author
mkobar
committed
fixed name
no - in name allowed by cordova
1 parent 84ef88a commit b5198bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.xml

Lines changed: 2 additions & 1 deletion
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.debt-tracker" 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.2" 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,4 +82,5 @@
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" />
8586
</widget>

0 commit comments

Comments
 (0)