leboncoin/spark-android

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

Geschlossen

#2.101 geöffnet am 27.07.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (31 Forks)auto 404
documentationgood first issuepriority:HIGH

Repository-Metriken

Stars
 (85 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 9h) (73 gemergte PRs in 30 T)

Beschreibung

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