@saltcorn/mobile-app 0.9.7 → 0.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config.xml +2 -2
  2. package/package.json +1 -1
package/config.xml CHANGED
@@ -13,8 +13,8 @@
13
13
  </config-file>
14
14
  <preference name="Scheme" value="http"/>
15
15
  <preference name="MixedContentMode" value="2"/>
16
- <preference name="minSdkVersion" value="33"/>
17
- <preference name="targetSdkVersion" value="33"/>
16
+ <preference name="minSdkVersion" value="34"/>
17
+ <preference name="targetSdkVersion" value="34"/>
18
18
  </platform>
19
19
  <platform name="ios">
20
20
  <preference name="deployment-target" value="12.0"/>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saltcorn/mobile-app",
3
3
  "displayName": "Saltcorn mobile app",
4
- "version": "0.9.7",
4
+ "version": "0.9.8",
5
5
  "description": "Apache Cordova application with @saltcorn/markup",
6
6
  "main": "index.js",
7
7
  "scripts": {