chore(deps): update agp to v8.7.2 (#1071)

Update lint version appropriately.
This commit is contained in:
Nik Clayton 2024-11-01 12:15:10 +01:00 committed by GitHub
parent a97b0615c7
commit dafd7473bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[versions]
aboutlibraries = "11.2.3"
acra = "5.11.3"
agp = "8.7.1"
agp = "8.7.2"
androidx-activity = "1.9.1"
androidx-appcompat = "1.7.0"
androidx-browser = "1.8.0"
@ -51,7 +51,7 @@ kotlin-result = "1.1.20"
ksp = "2.0.21-1.0.26"
image-cropper = "4.3.2"
leakcanary = "2.14"
lint = "31.7.1" # = agp + 23.0.0 (= 8.7.1), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
lint = "31.7.2" # = agp + 23.0.0 (= 8.7.2), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
material = "1.12.0"
material-drawer = "9.0.2"
material-iconics = "5.5.0-compose01"