leboncoin/spark-android
[FR]: Fix non-existent updateLegacyAbi task name in RELEASING.md
已关闭
#2,101 创建于 2026年7月27日
documentationgood first issuepriority:HIGH
仓库指标
- 星标
- (85 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Describe the problem
RELEASING.md references ./gradlew updateLegacyAbi. This task does not exist. The correct name is updateAbi (from KGP's ExperimentalAbiValidation API). A maintainer following the docs gets a task-not-found error.
Describe the solution
Replace ./gradlew updateLegacyAbi with ./gradlew updateAbi.
Additional context
Priority: High. Effort: XS.