Skip to content

Commit 15aaf38

Browse files
authored
Merge pull request #129 from Praveen-MX/master
Android SDK updated to version 34.
2 parents 9eaeb5a + 2e71ce1 commit 15aaf38

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project can be used to create a templated Phonegap Build package, as used w
1515

1616
### Prerequisites
1717

18-
- Recent `Node.js`. This code was tested with version 18. You can check by running `node -v`.
18+
- Recent `Node.js`. This code was tested with version 20. You can check by running `node -v`.
1919
- Windows: install from [nodejs.org](https://nodejs.org/en/download/)
2020
- MacOS: use [Brew](https://brew.sh/) to install `Node.js`: `brew install node`
2121
- Linux, BSD, etc: install using the available package manager, e.g. on Debian: `sudo apt-get install node`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendix/mendix-hybrid-app-base",
3-
"version": "8.0.2",
3+
"version": "9.0.0",
44
"description": "Mendix PhoneGap Build base package",
55
"scripts": {
66
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",

src/config.xml.mustache

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>{{description}}</description>
1010
<content src="index.html" />
1111

12-
<engine name="android" spec="12.0.1" />
12+
<engine name="android" spec="13.0.0" />
1313
<engine name="ios" spec="7.0.1" />
1414

1515
<!-- allow assets to be loaded and open links in the app itself, see: http://phonegap.com/blog/2012/03/20/access-tags/ -->
@@ -23,30 +23,30 @@
2323
<plugin name="com.darktalker.cordova.screenshot" source="npm" spec="0.1.6" />
2424
<plugin name="com.telerik.plugins.nativepagetransitions" spec="https://github.com/mendix/NativePageTransitions.git" />
2525
<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" />
2727
<plugin name="cordova-plugin-battery-status" source="npm" spec="2.0.2" />
2828
<plugin name="cordova-plugin-cookieemperor" spec="https://github.com/rtk/cordova-cookie-emperor.git" />
2929
<plugin name="cordova-plugin-device" source="npm" spec="2.0.2" />
3030
<plugin name="cordova-plugin-device-motion" source="npm" spec="2.0.1" />
3131
<plugin name="cordova-plugin-device-orientation" source="npm" spec="2.0.1" />
3232
<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" />
3535
<plugin name="cordova-plugin-ns0m-file-transfer" source="npm" spec="2.0.0-7" />
3636
<plugin name="cordova-plugin-globalization" source="npm" spec="1.11.0" />
3737
<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" />
3939
<plugin name="cordova-plugin-secure-storage" spec="https://github.com/mendix/cordova-plugin-secure-storage.git" />
4040
<plugin name="cordova-plugin-spinner" source="npm" spec="1.1.0" />
4141
<plugin name="cordova-plugin-statusbar" source="npm" spec="2.4.2" />
4242
<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"/>
4444
<plugin name="cordova-plugin-zip" source="npm" spec="3.1.0" />
4545
<plugin name="cordova-sqlite-storage" source="npm" spec="6.1.0" />
4646
<plugin name="@mendix/uk.co.workingedge.phonegap.plugin.launchnavigator" source="npm" spec="4.2.2-mx.1.0.0" />
4747

4848
{{#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">
5050
<param name="CALENDAR_USAGE_DESCRIPTION" value="This app needs to access your calendar" />
5151
</plugin>
5252
{{/permissions.calendar}}
@@ -178,7 +178,7 @@
178178
<preference name="android-minSdkVersion" value="24" />
179179

180180
{{^crosswalkEnabled}}
181-
<preference name="android-targetSdkVersion" value="33" />
181+
<preference name="android-targetSdkVersion" value="34" />
182182
{{/crosswalkEnabled}}
183183

184184
{{#crosswalkEnabled}}

0 commit comments

Comments
 (0)