Fix: Update JDK to 17 and Xcode to 15.2
This commit is contained in:
@@ -23,10 +23,10 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ env:
|
|||||||
ANDROID_COMPILE_SDK: "33"
|
ANDROID_COMPILE_SDK: "33"
|
||||||
ANDROID_BUILD_TOOLS: "33.0.0"
|
ANDROID_BUILD_TOOLS: "33.0.0"
|
||||||
ANDROID_TARGET_SDK: "33"
|
ANDROID_TARGET_SDK: "33"
|
||||||
ANDROID_JDK_VERSION: "11"
|
ANDROID_JDK_VERSION: "17"
|
||||||
|
|
||||||
# iOS 配置
|
# iOS 配置
|
||||||
IOS_XCODE_VERSION: "15.2"
|
IOS_XCODE_VERSION: "15.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user