Skip to content

Commit

Permalink
Update min mx version to 9.24.26 and update test app branch (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
UrazAkgultan authored Aug 29, 2024
2 parents ca91227 + 9a173d2 commit 798a19c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "9.24.1.4658",
"minimumMXVersion": "9.24.26.42913",
"marketplaceId": 109513
},
"testProject": {
"githubUrl": "https://github.com/mendix/native-mobile-resources",
"branchName": "lts/mx/9.24"
"branchName": "mx/9.24.x"
},
"scripts": {
"prestart": "rimraf ./dist/tsc",
Expand Down Expand Up @@ -53,4 +53,4 @@
"rimraf": "^2.7.1",
"rollup": "^2.68.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/jsActions/nanoflow-actions-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "9.24.1.4658",
"minimumMXVersion": "9.24.26.42913",
"marketplaceId": 109515
},
"testProject": {
"githubUrl": "https://github.com/mendix/native-mobile-resources",
"branchName": "lts/mx/9.24"
"branchName": "mx/9.24.x"
},
"scripts": {
"start": "rollup --config ../../../configs/jsactions/rollup.config.js --watch --configProject nanoflowcommons",
Expand Down

0 comments on commit 798a19c

Please sign in to comment.