|
9 | 9 | <description>{{description}}</description>
|
10 | 10 | <content src="index.html" />
|
11 | 11 |
|
12 |
| - <engine name="android" spec="11.0.0" /> |
| 12 | + <engine name="android" spec="12.0.1" /> |
13 | 13 | <engine name="ios" spec="5.1.1" />
|
14 | 14 |
|
15 | 15 | <!-- allow assets to be loaded and open links in the app itself, see: http://phonegap.com/blog/2012/03/20/access-tags/ -->
|
|
30 | 30 | <plugin name="cordova-plugin-device-motion" source="npm" spec="2.0.1" />
|
31 | 31 | <plugin name="cordova-plugin-device-orientation" source="npm" spec="2.0.1" />
|
32 | 32 | <plugin name="cordova-plugin-dialogs" source="npm" spec="2.0.1" />
|
33 |
| - <plugin name="cordova-plugin-file" source="npm" spec="7.0.0" /> |
| 33 | + <plugin name="cordova-plugin-file" source="npm" spec="8.0.0" /> |
34 | 34 | <plugin name="cordova-plugin-file-opener2" source="npm" spec="4.0.0" />
|
35 | 35 | <plugin name="cordova-plugin-ns0m-file-transfer" source="npm" spec="2.0.0-7" />
|
36 | 36 | <plugin name="cordova-plugin-globalization" source="npm" spec="1.11.0" />
|
|
53 | 53 |
|
54 | 54 | {{#permissions.camera}}
|
55 | 55 | {{#permissions.photoLibrary}}
|
56 |
| - <plugin name="cordova-plugin-camera" source="npm" spec="6.0.0" /> |
| 56 | + <plugin name="cordova-plugin-camera" source="npm" spec="7.0.0" /> |
57 | 57 | {{/permissions.photoLibrary}}
|
58 | 58 | {{/permissions.camera}}
|
59 | 59 |
|
|
64 | 64 | {{#permissions.camera}}
|
65 | 65 | {{#permissions.photoLibrary}}
|
66 | 66 | {{#permissions.microphone}}
|
67 |
| - <plugin name="cordova-plugin-media-capture" source="npm" spec="4.0.0" /> |
| 67 | + <plugin name="cordova-plugin-media-capture" source="npm" spec="5.0.0" /> |
68 | 68 | {{/permissions.microphone}}
|
69 | 69 | {{/permissions.photoLibrary}}
|
70 | 70 | {{/permissions.camera}}
|
|
78 | 78 | {{/permissions.geoLocation}}
|
79 | 79 |
|
80 | 80 | {{#permissions.microphone}}
|
81 |
| - <plugin name="cordova-plugin-media" source="npm" spec="6.1.0" /> |
| 81 | + <plugin name="cordova-plugin-media" source="npm" spec="7.0.0" /> |
82 | 82 | {{/permissions.microphone}}
|
83 | 83 |
|
84 | 84 | {{#permissions.push}}
|
|
103 | 103 | <!-- Disable backup to iCloud on iOS. -->
|
104 | 104 | <preference name="BackupWebStorage" value="none" />
|
105 | 105 |
|
106 |
| - <plugin name="@mendix/cordova-plugin-wkwebview-engine" source="npm" spec="1.0.3-mx.1.3.0" /> |
| 106 | + <plugin name="@mendix/cordova-plugin-wkwebview-engine" source="npm" spec="1.0.3-mx.1.4.0" /> |
107 | 107 |
|
108 | 108 | <preference name="WKWebViewOnly" value="true" />
|
109 | 109 |
|
|
169 | 169 |
|
170 | 170 | <plugin name="cordova-plugin-android-permissions" source="npm" version="0.11.0" />
|
171 | 171 |
|
172 |
| - <preference name="android-minSdkVersion" value="21" /> |
| 172 | + <preference name="android-minSdkVersion" value="24" /> |
173 | 173 |
|
174 | 174 | {{^crosswalkEnabled}}
|
175 |
| - <preference name="android-targetSdkVersion" value="32" /> |
| 175 | + <preference name="android-targetSdkVersion" value="33" /> |
176 | 176 | {{/crosswalkEnabled}}
|
177 | 177 |
|
178 | 178 | {{#crosswalkEnabled}}
|
179 |
| - <preference name="android-targetSdkVersion" value="23" /> |
| 179 | + <preference name="android-targetSdkVersion" value="24" /> |
180 | 180 |
|
181 | 181 | <preference name="CrosswalkAnimatable" value="true" />
|
182 | 182 | <preference name="xwalkMultipleApk" value="true" />
|
|
0 commit comments