Skip to content

解决了被防火墙等注入Cookies时丢cookies的问题 - #5

Open
taskmemz wants to merge 16 commits into
MoonTechLab:mainfrom
taskmemz:main
Open

解决了被防火墙等注入Cookies时丢cookies的问题#5
taskmemz wants to merge 16 commits into
MoonTechLab:mainfrom
taskmemz:main

Conversation

@taskmemz

Copy link
Copy Markdown

No description provided.

taskmemz and others added 16 commits May 24, 2026 10:22
保留用户自定义修改:
- _parseDoubanHtmlDetails 方法
- 其他 fork 中的自定义更改

上游新提交:
- 9ad7554 Bump version to 1.6.8
- 1273681 修复长按视频卡片弹出菜单遮罩失效
- 65b252f Run Apple builds sequentially
- 9dc602b Fix Apple and Windows CI builds
- 4a852f2 Fix CI build dependencies and failure handling
… stable min supported Gradle

Android build failed: 'Your project's Gradle version (8.12.0) is lower than Flutter's minimum supported version of 8.14.0.'
Bumping the wrapper distribution to 8.14.0 keeps AGP 8.9.1 compatibility and restores Android CI green.
Falls under KNOWN_MODS MoonTechLab#5 (CI/dependency fixes).
…dle/gradle release asset

The Gradle wrapper's fallback mirror (github.com/gradle/gradle-distributions) only hosts Gradle <= 8.13,
causing a 404 for 8.14.0. The primary services.gradle.org host redirects newer distributions to a CDN
unreachable from the CI runner, triggering that dead fallback.

Switch distributionUrl to the official GitHub release asset
(https://github.com/gradle/gradle/releases/download/v8.14.0/gradle-8.14.0-all.zip) which the
GitHub-hosted runner can fetch directly and which hosts 8.14.0, satisfying Flutter 3.47.1's
minimum Gradle 8.14.0 requirement without the broken mirror path.

KNOWN_MODS MoonTechLab#5 (CI/dependency fixes).
The Gradle wrapper's built-in mirror rewrite mishandles the '.0' patch suffix, turning
gradle-8.14-all.zip into the nonexistent gradle-8.14.0-all.zip and 404'ing on the
github.com/gradle/gradle-distributions mirror (which only hosts up to 8.13 via the auto-rewrite,
and errors on the malformed 8.14.0 name).

Set distributionUrl directly to the verified asset:
https://github.com/gradle/gradle-distributions/releases/download/v8.14.0/gradle-8.14-all.zip
(host is github.com so the wrapper does not apply its broken rewrite; reachable from the CI runner).
Satisfies Flutter 3.47.1's minimum Gradle 8.14.0 requirement.

KNOWN_MODS MoonTechLab#5 (CI/dependency fixes).
…1 min requirement

Android build failed: 'Your project's Android Gradle Plugin version (8.9.1) is lower than Flutter's
minimum supported version of 8.11.1. Please upgrade your Android Gradle Plugin version.'

Latest Flutter stable (3.47.1) now requires AGP >= 8.11.1. Bumping the plugin version in
settings.gradle.kts; Kotlin 2.1.0 stays compatible.

KNOWN_MODS MoonTechLab#5 (CI/dependency fixes).
… min requirement

Android build failed: 'Your project's Kotlin version (2.1.0) is lower than Flutter's minimum
supported version of 2.2.20. Please upgrade your Kotlin version.'

Flutter 3.47.1 enforces Kotlin >= 2.2.20. Bumping KGP in settings.gradle.kts (no hardcoded
kotlin_version override elsewhere in android/). Gradle 8.14.0 + AGP 8.11.1 already satisfied.

KNOWN_MODS MoonTechLab#5 (CI/dependency fixes).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant