Skip to content

Commit 86450c2

Browse files
[BUILD] Update Release List and Version Compatibility
1 parent afcd54f commit 86450c2

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

.mx/releases_list.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[
22
{
3-
"id": 216150110,
4-
"tag_name": "v14.2.0",
5-
"name": "Release 14.2.0",
6-
"draft": true,
7-
"prerelease": false,
8-
"body": "* Merge pull request #1008 from mendix/off/734-update-op-sqlite (612c170)",
9-
"created_at": "2025-05-02T11:23:09Z",
10-
"published_at": null,
11-
"tarball_url": null,
12-
"zipball_url": null
3+
"id": 216189022,
4+
"tag_name": "v15.0.0",
5+
"name": "Release 15.0.0",
6+
"draft": false,
7+
"prerelease": false,
8+
"body": "* We upgraded our Database Backend Library to the most recent version. This update brings better performance on database operations and performance improvements. \r\n\r\nThis release is compatible with upcoming Mendix Studio Pro 11.\r\n\r\n**Library Updates and Improvements**\r\n- **@op-engineering/op-sqlite**: 12.0.2\r\n- **@mendix/native**: 10.1.1",
9+
"created_at": "2025-05-02T14:44:04Z",
10+
"published_at": "2025-05-02T14:46:39Z",
11+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v15.0.0",
12+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v15.0.0"
1313
},
1414
{
1515
"id": 215668861,

docs/version-compatibility/native_template_versions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
">=11.0.0": {
3+
"max": "*",
4+
"min": "15.0.0",
5+
"androidSdk": {
6+
"min": "24",
7+
"compile": "35",
8+
"target": "35"
9+
},
10+
"gradle": "7.4.2",
11+
"iosMinSdk": "15.5"
12+
},
213
">=10.22.0": {
314
"max": "*",
415
"min": "14.0.0",

0 commit comments

Comments
 (0)