leboncoin/spark-android

[FR]: Fix non-existent updateLegacyAbi task name in RELEASING.md

Fechada

#2.101 aberto em 27 de jul. de 2026

 (0 comentário) (0 reação) (0 responsável)Kotlin (31 forks)auto 404
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.

Guia do colaborador