From 7c7bb2671c1735b73e744825ee5880eb9e19f708 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Wed, 30 Oct 2024 18:22:08 +0100 Subject: [PATCH] chore(deps): update agp to v8.7.1 (#1069) Includes associated update to lint version. --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e9fcbd009..ec6cb7049 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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"