-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
37 lines (33 loc) · 1.55 KB
/
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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "pa.com.pixelmedia.lineadolor"
versionCode = "10"
version = "1.0.0" >
<!-- versionCode is optional and Android only -->
<name>Extranet</name>
<description>
Prueba
</description>
<author href="https://www.pixelmedia.com.pa" email="[email protected]">
Pixel Media Publicidad
</author>
<platform name="ios" />
<platform name="android" />
<!--icon src="icon.png" platform="ios" />
<icon src="icon-152.png" platform="ios" width="152" height="152" />
<icon src="icon-120.png" platform="ios" width="120" height="120" />
<icon src="icon-76.png" platform="ios" width="76" height="76" />
<icon src="icon-72.png" platform="ios" width="72" height="72" />
<icon src="icon-57.png" platform="ios" width="57" height="57" /-->
<preference name="android-build-tool" value="gradle" />
<preference name="android-minSdkVersion" value="16" />
<preference name="android-maxSdkVersion" value="26" />
<preference name="android-targetSdkVersion" value="26" />
<preference name="phonegap-version" value="cli-8.0.0" />
<plugin name="cordova-plugin-appversion" spec="~1" source="npm" />
<plugin name="cordova-plugin-crosswalk-webview" spec="~2" source="npm" />
<plugin name="cordova-plugin-network-information" spec="~2" source="npm" />
<plugin name="cordova-plugin-whitelist" spec="~1" source="npm" />
<plugin name="cordova-android-support-gradle-release" spec="~2" source="npm" />
</widget>