We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef88a commit b5198bdCopy full SHA for b5198bd
1 file changed
config.xml
@@ -1,5 +1,5 @@
1
<?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">
+<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">
3
<name>DebtTracker</name>
4
<description>An awesome Ionic/Cordova app.</description>
5
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
@@ -82,4 +82,5 @@
82
<plugin name="cordova-plugin-ionic-webview" spec="1.1.19" />
83
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
84
<plugin name="cordova-plugin-camera" spec="^4.0.3" />
85
+ <engine name="android" spec="~7.1.1" />
86
</widget>
0 commit comments