Skip to content

Commit b5be72b

Browse files
authored
feat(android): update (#401)
* feat(android): update * workflow
1 parent e075ddf commit b5be72b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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

android/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ name: hyperloop-android
1515
moduleid: hyperloop
1616
guid: bdaca69f-b316-4ce6-9065-7a61e1dafa39
1717
platform: android
18-
minsdk: 9.0.0
18+
minsdk: 12.7.0

0 commit comments

Comments
 (0)