Skip to content

Commit 82fa4e5

Browse files
Merge pull request #909 from mendix/MOO-1692-updateMinimumSdkTo23-7.x.x
MOO 1692 - Update Minimum SDK Version to 23 for Native Template 8 and Below - 7.x.x
2 parents dbd44d0 + 0eb9322 commit 82fa4e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: switch XCode to 14.3.1
16+
- name: switch XCode to 15.4
1717
run: |
18-
sudo xcode-select -s /Applications/Xcode_14.3.1.app
18+
sudo xcode-select -s /Applications/Xcode_15.4.app
1919
- name: actions/setup-node
2020
uses: actions/setup-node@v3
2121
with:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "34.0.0"
6-
minSdkVersion = 21
6+
minSdkVersion = 23
77
compileSdkVersion = 34
88
targetSdkVersion = 34
99
kotlin_version = "1.7.21"

0 commit comments

Comments
 (0)