mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-21 09:15:14 +01:00
Update Compose BOM to 2026.09.00
This commit is contained in:
@@ -55,10 +55,12 @@ constructor(
|
||||
StandardCharsets.UTF_8
|
||||
)
|
||||
|
||||
// The qa build resolves everything a clean qa run needs, including tooling that is only pulled while a
|
||||
// The qaRemote build resolves everything a clean CI run needs, including tooling that is only pulled while a
|
||||
// task executes -- the KSP compiler, the aapt2 executable, and the layoutlib screenshot renderer all come
|
||||
// in through detached configurations. Finally the cross-platform sync fills in aapt2's other OS variants.
|
||||
runGradle("--write-verification-metadata", "sha256", "qa")
|
||||
// in through detached configurations. It has to be qaRemote rather than qa, because screenshot validation
|
||||
// is wired into the remote tasks only and plain qa never resolves layoutlib-runtime. Finally the
|
||||
// cross-platform sync fills in aapt2's other OS variants.
|
||||
runGradle("--write-verification-metadata", "sha256", "qaRemote")
|
||||
// The build-logic precompiled-script-plugin accessors are generated by applying each plugin in throwaway
|
||||
// nested builds, which resolve plugin dependencies (e.g. junit BOMs) that no configuration walk or qa build
|
||||
// ever sees. Forcing a refresh re-downloads them through the verifier so their checksums get written.
|
||||
|
||||
Reference in New Issue
Block a user