|
9 | 9 | <description>{{description}}</description>
|
10 | 10 | <content src="index.html" />
|
11 | 11 |
|
12 |
| - <engine name="android" spec="12.0.1" /> |
| 12 | + <engine name="android" spec="13.0.0" /> |
13 | 13 | <engine name="ios" spec="7.0.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/ -->
|
|
23 | 23 | <plugin name="com.darktalker.cordova.screenshot" source="npm" spec="0.1.6" />
|
24 | 24 | <plugin name="com.telerik.plugins.nativepagetransitions" spec="https://github.com/mendix/NativePageTransitions.git" />
|
25 | 25 | <plugin name="cordova-plugin-actionsheet" source="npm" spec="2.3.3" />
|
26 |
| - <plugin name="cordova-plugin-app-version" source="npm" spec="0.1.9" /> |
| 26 | + <plugin name="cordova-plugin-app-version" source="npm" spec="0.1.14" /> |
27 | 27 | <plugin name="cordova-plugin-battery-status" source="npm" spec="2.0.2" />
|
28 | 28 | <plugin name="cordova-plugin-cookieemperor" spec="https://github.com/rtk/cordova-cookie-emperor.git" />
|
29 | 29 | <plugin name="cordova-plugin-device" source="npm" spec="2.0.2" />
|
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="8.0.0" /> |
34 |
| - <plugin name="cordova-plugin-save-dialog" source="npm" spec="2.0.0" /> |
| 33 | + <plugin name="cordova-plugin-file" source="npm" spec="8.1.0" /> |
| 34 | + <plugin name="cordova-plugin-save-dialog" source="npm" spec="2.0.1" /> |
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" />
|
37 | 37 | <plugin name="cordova-plugin-inappbrowser" spec="https://github.com/mendix/cordova-plugin-inappbrowser.git" />
|
38 |
| - <plugin name="cordova-plugin-network-information" source="npm" spec="2.0.1" /> |
| 38 | + <plugin name="cordova-plugin-network-information" source="npm" spec="3.0.0" /> |
39 | 39 | <plugin name="cordova-plugin-secure-storage" spec="https://github.com/mendix/cordova-plugin-secure-storage.git" />
|
40 | 40 | <plugin name="cordova-plugin-spinner" source="npm" spec="1.1.0" />
|
41 | 41 | <plugin name="cordova-plugin-statusbar" source="npm" spec="2.4.2" />
|
42 | 42 | <plugin name="cordova-plugin-vibration" source="npm" spec="3.1.0" />
|
43 |
| - <plugin name="cordova-plugin-x-socialsharing" source="npm" version="5.6.4"/> |
| 43 | + <plugin name="cordova-plugin-x-socialsharing" source="npm" version="6.0.4"/> |
44 | 44 | <plugin name="cordova-plugin-zip" source="npm" spec="3.1.0" />
|
45 | 45 | <plugin name="cordova-sqlite-storage" source="npm" spec="6.1.0" />
|
46 | 46 | <plugin name="@mendix/uk.co.workingedge.phonegap.plugin.launchnavigator" source="npm" spec="4.2.2-mx.1.0.0" />
|
47 | 47 |
|
48 | 48 | {{#permissions.calendar}}
|
49 |
| - <plugin name="cordova-plugin-calendar" source="npm" spec="5.1.2"> |
| 49 | + <plugin name="cordova-plugin-calendar" source="npm" spec="5.1.6"> |
50 | 50 | <param name="CALENDAR_USAGE_DESCRIPTION" value="This app needs to access your calendar" />
|
51 | 51 | </plugin>
|
52 | 52 | {{/permissions.calendar}}
|
|
178 | 178 | <preference name="android-minSdkVersion" value="24" />
|
179 | 179 |
|
180 | 180 | {{^crosswalkEnabled}}
|
181 |
| - <preference name="android-targetSdkVersion" value="33" /> |
| 181 | + <preference name="android-targetSdkVersion" value="34" /> |
182 | 182 | {{/crosswalkEnabled}}
|
183 | 183 |
|
184 | 184 | {{#crosswalkEnabled}}
|
|
0 commit comments