fix:expo-updates 包会在 expo prebuild 阶段向 Android 项目注入与 EAS Update 相关的 Gradle 任务,导致 assembleRelease 时卡住(挂起不退出)

This commit is contained in:
Developer
2026-03-24 01:26:39 +08:00
parent 3a82151d8d
commit eb4d61669a
4 changed files with 5 additions and 26 deletions

View File

@@ -58,6 +58,8 @@ jobs:
run: chmod +x android/gradlew
- name: Build Release APK
env:
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
run: |
cd android
./gradlew assembleRelease --no-daemon