Switch to using toml version catalogs.

Resolves #13792
This commit is contained in:
Jameson Williams
2024-11-15 19:19:22 -06:00
committed by Greyson Parrelli
parent cee44fcc93
commit f5db6b6c91
7 changed files with 240 additions and 228 deletions

View File

@@ -0,0 +1,10 @@
# IMPORTANT: After changing a dependency, please run:
# ./gradlew --write-verification-metadata sha256 qa --rerun-tasks
[versions]
lint = "31.4.0"
[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" }