File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 runs-on : macos-13
1616 name : Android
1717 env :
18- SDK_VERSION : 12.5.1 .GA
18+ SDK_VERSION : 12.8.0 .GA
1919 steps :
2020 - uses : actions/checkout@v4
2121
22- - name : Set up JDK 17
22+ - name : Set up JDK
2323 uses : actions/setup-java@v3
2424 with :
25- java-version : ' 17 '
25+ java-version : ' 22 '
2626 distribution : ' temurin'
2727
2828 - name : Setup Android SDK
3636 - name : Use Node.js
3737 uses : actions/setup-node@v4
3838 with :
39- node-version : ' 18 .x'
39+ node-version : ' 22 .x'
4040
4141 - name : Cache Gradle packages
4242 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1515 runs-on : macos-13
1616 name : iOS
1717 env :
18- SDK_VERSION : 12.4 .0.GA
18+ SDK_VERSION : 12.8 .0.GA
1919 # This one uses Swift 3.8.1. If you're running into the "Unsupported Swift architecture", verify which
2020 # Swift version is used for the specified Ti SDK version, e.g. by looking into:
2121 # ~/Library/Application Support/Titanium/mobilesdk/osx/<version>/iphone/Frameworks/TitaniumKit.xcframework/ios-arm64/TitaniumKit.framework/Headers/TitaniumKit-Swift.h
4040 - name : Use Node.js
4141 uses : actions/setup-node@v2
4242 with :
43- node-version : ' 18 .x'
43+ node-version : ' 22 .x'
4444
4545 - name : Package metabase
4646 working-directory : ./packages/hyperloop-ios-metabase
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ name: hyperloop-android
1515moduleid: hyperloop
1616guid: bdaca69f-b316-4ce6-9065-7a61e1dafa39
1717platform: android
18- minsdk: 9.0 .0
18+ minsdk: 12.7 .0
You can’t perform that action at this time.
0 commit comments