Skip to content

Commit

Permalink
chore(deps): update agp to v8.7.1 (#1069)
Browse files Browse the repository at this point in the history
Includes associated update to lint version.
  • Loading branch information
nikclayton authored Oct 30, 2024
1 parent f479f6d commit 7c7bb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
aboutlibraries = "11.2.3"
acra = "5.11.3"
agp = "8.7.0"
agp = "8.7.1"
androidx-activity = "1.9.1"
androidx-appcompat = "1.7.0"
androidx-browser = "1.8.0"
Expand Down Expand Up @@ -51,7 +51,7 @@ kotlin-result = "1.1.20"
ksp = "2.0.21-1.0.25"
image-cropper = "4.3.2"
leakcanary = "2.14"
lint = "31.7.0" # = agp + 23.0.0 (= 8.7.0), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
lint = "31.7.1" # = agp + 23.0.0 (= 8.7.1), 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"
Expand Down

0 comments on commit 7c7bb26

Please sign in to comment.