-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
29 lines (29 loc) · 1.39 KB
/
config.xml
File metadata and controls
29 lines (29 loc) · 1.39 KB
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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.eduworks.angles.mobile" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ANGLES</name>
<description>
ANGLES capture application.
</description>
Eduworks Corporation.
</author>
<content src="index.html" />
<access origin="*" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="android-minSdkVersion" value="18" />
<preference name="android-targetSdkVersion" value="21" />
<preference name="android-installLocation" value="auto" />
<preference name="android-signed" value="true" />
<preference name="largeHeap" value="true" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
</platform>
<engine name="android" spec="^6.2.3" />
<engine name="browser" spec="^4.1.0" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-filepath" spec="^1.0.2" />
<plugin name="cordova-plugin-media" spec="^3.0.1" />
<plugin name="cordova-plugin-media-capture" spec="^1.4.3" />
<plugin name="cordova-plugin-video-editor" spec="git+https://github.com/lomilar/cordova-plugin-video-editor.git" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
</widget>