File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474
7575 - name : Install Android Build Tools
7676 run : |
77- sdkmanager --install "build-tools;33 .0.2 "
78- sdkmanager --install "platforms;android-33 "
77+ sdkmanager --install "build-tools;34 .0.0 "
78+ sdkmanager --install "platforms;android-34 "
7979
8080 - name : Configure Git for Private Modules
8181 run : |
@@ -186,7 +186,7 @@ jobs:
186186 - name : Sign APK files
187187 run : |
188188 # 安装 apksigner (包含在 Android build-tools 中)
189- BUILD_TOOLS_VERSION="33 .0.2 "
189+ BUILD_TOOLS_VERSION="34 .0.0 "
190190 APKSIGNER="$ANDROID_SDK_ROOT/build-tools/$BUILD_TOOLS_VERSION/apksigner"
191191
192192 if [ ! -f "$APKSIGNER" ]; then
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Build = 1
99
1010[Android ]
1111MinVersion = 24
12- TargetVersion = 33
12+ TargetVersion = 34
1313Arch = [" arm64" , " x86_64" ]
You can’t perform that action at this time.
0 commit comments