-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.xml
More file actions
23 lines (18 loc) · 799 Bytes
/
config.xml
File metadata and controls
23 lines (18 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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.Automatons.Medi-Friend"
versionCode="10"
version = "1.4.0">
<!-- versionCode is optional and Android only -->
<name>Medi-Friend</name>
<description>
An android application which provides a medium between blood donors and acceptors. It also gives users some good Health tips.
</description>
<author href="https://build.phonegap.com" email="support@phonegap.com">
Team AUTOMATONS: Avdesh Kumar Singh, Nitish Mallick, Amit Khantwal
</author>
<gap:splash src="splash.png" />
<icon src="icon.png" />
<preference name="Load-url-timeout" value="15000" />
</widget>