Skip to content

Commit ef7810e

Browse files
committed
fix:更新apk目标版本到GooglePlay最低需求版本
1 parent e5e52a9 commit ef7810e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
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

FyneApp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Build = 1
99

1010
[Android]
1111
MinVersion = 24
12-
TargetVersion = 33
12+
TargetVersion = 34
1313
Arch = ["arm64", "x86_64"]

0 commit comments

Comments
 (0)