-cli
releases of Android Lint tool in form of executable jar that can be run with java -jar lint-cli.jar …
.
Releases follow versioning of com.android.tools.lint:lint:someversion
on maven.google.com
.
Project is set up to deploy lint-cli.jar
to GitHub releases, each release contains:
lint-cli.jar
: executable jarlint-cli.jar.sha256
: sha256 of the jarlint-cli.jar.sha512
: sha512 of the jardependencies.txt
dependencies used to build the jardependencies.txt.sha256
: sha256 of dependencies.txtdependencies.txt.sha512
: sha512 of dependencies.txt
See also: NOTICE.