leboncoin/spark-android

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

Open

#2,101 opened on Jul 27, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Kotlin (31 forks)auto 404
documentationgood first issuepriority:HIGH

Repository metrics

Stars
 (85 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide