-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
28 lines (21 loc) · 855 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.jjkavalam.lentapp"
versionCode = "10"
version = "1.0.0" >
<!-- versionCode is optional and Android only -->
<name>Lent</name>
<description>
Lent app
</description>
<gap:plugin name="de.appplant.cordova.plugin.local-notification" version="0.7.5" />
<gap:plugin name="org.apache.cordova.device" version="0.2.12" />
<gap:plugin name="org.apache.cordova.file" version="1.3.1" />
<gap:plugin name="org.apache.cordova.statusbar" version="0.1.4" />
<author href="" email="[email protected]">
jjkavalam
</author>
<!-- whitelist access to all domains -->
<access origin="*" />
</widget>