leboncoin/spark-android
[FR]: Fix non-existent updateLegacyAbi task name in RELEASING.md
Fechada
#2.101 aberto em 27 de jul. de 2026
documentationgood first issuepriority:HIGH
Métricas do repositório
- Stars
- (85 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.