From 50f824588285a52384fce216dc4d533499a03f04 Mon Sep 17 00:00:00 2001 From: m1ga Date: Tue, 2 Sep 2025 13:51:40 +0200 Subject: [PATCH 1/2] feat(android): update --- android/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/manifest b/android/manifest index 155bdcb7..398f2381 100644 --- a/android/manifest +++ b/android/manifest @@ -15,4 +15,4 @@ name: hyperloop-android moduleid: hyperloop guid: bdaca69f-b316-4ce6-9065-7a61e1dafa39 platform: android -minsdk: 9.0.0 +minsdk: 12.7.0 From 8b3ba9c3282810920f469a34df1fc2dcf818054d Mon Sep 17 00:00:00 2001 From: m1ga Date: Tue, 2 Sep 2025 13:58:06 +0200 Subject: [PATCH 2/2] workflow --- .github/workflows/android.yml | 8 ++++---- .github/workflows/ios.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 79107237..80acf479 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,14 +15,14 @@ jobs: runs-on: macos-13 name: Android env: - SDK_VERSION: 12.5.1.GA + SDK_VERSION: 12.8.0.GA steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '22' distribution: 'temurin' - name: Setup Android SDK @@ -36,7 +36,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '22.x' - name: Cache Gradle packages uses: actions/cache@v4 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index b853c76f..24807434 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -15,7 +15,7 @@ jobs: runs-on: macos-13 name: iOS env: - SDK_VERSION: 12.4.0.GA + SDK_VERSION: 12.8.0.GA # This one uses Swift 3.8.1. If you're running into the "Unsupported Swift architecture", verify which # Swift version is used for the specified Ti SDK version, e.g. by looking into: # ~/Library/Application Support/Titanium/mobilesdk/osx//iphone/Frameworks/TitaniumKit.xcframework/ios-arm64/TitaniumKit.framework/Headers/TitaniumKit-Swift.h @@ -40,7 +40,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '18.x' + node-version: '22.x' - name: Package metabase working-directory: ./packages/hyperloop-ios-metabase