Files
Android/gradle/lint-libs.versions.toml
T
Greyson Parrelli 3f682be609 Upgrade AGP to 9.2.1
2026-06-16 09:56:12 -04:00

16 lines
804 B
TOML

# IMPORTANT: After changing a dependency, please run:
# ./gradlew --write-verification-metadata sha256 qa --rerun-tasks
[versions]
lint = "32.2.1"
[libraries]
lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lint" }
lint-checks = { module = "com.android.tools.lint:lint-checks", version.ref = "lint" }
lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "lint" }
# Parser front-ends used by the fast custom linter (:fast-lint). Same release as lint, so they
# share the "lint" version and are already covered by dependency verification.
intellij-core = { module = "com.android.tools.external.com-intellij:intellij-core", version.ref = "lint" }
kotlin-compiler = { module = "com.android.tools.external.com-intellij:kotlin-compiler", version.ref = "lint" }