Skip to content

Commit

Permalink
chore(deps): Update AGP to 8.2.1 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Jan 8, 2024
1 parent c08f05f commit 93cc193
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 = "10.9.2"
acra = "5.11.3"
agp = "8.2.0"
agp = "8.2.1"
androidx-activity = "1.8.1"
androidx-appcompat = "1.6.1"
androidx-browser = "1.7.0"
Expand Down Expand Up @@ -44,7 +44,7 @@ kotlin-result = "1.1.8"
ksp = "1.9.22-1.0.16"
image-cropper = "4.3.2"
leakcanary = "2.12"
lint = "31.2.0" # = agp + 23.0.0 (= 8.2.0), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
lint = "31.2.1" # = agp + 23.0.0 (= 8.2.1), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
material = "1.10.0"
material-drawer = "9.0.2"
material-typeface = "4.0.0.2-kotlin"
Expand Down

0 comments on commit 93cc193

Please sign in to comment.