From 5a59b5d056b1c4ddf3d31f742080225ee3a91dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:53:18 +0800 Subject: [PATCH] build(deps): bump the maven-dependencies group with 2 updates (#682) Bumps the maven-dependencies group with 2 updates: com.android.application and com.android.library. Updates com.android.application from 8.4.1 to 8.4.2 Updates com.android.library from 8.4.1 to 8.4.2 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e43745b771..93098b7710 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.4.1" +agp = "8.4.2" hooktool = "v.0.8.9" kotlinAndroid = "2.0.0" lsparanoid = "0.6.0"