From dd4170f8d05de76e9f5bb078a9cbaf93293cf3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:40:51 +0000 Subject: [PATCH] build(deps): bump com.android.application Bumps the maven-dependencies group with 1 update: com.android.application. Updates `com.android.application` from 8.3.1 to 8.3.2 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- 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 ca5489bf12..723643014b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotlin = "1.9.23" [plugins] kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } -agp-app = { id = "com.android.application", version = "8.3.1" } +agp-app = { id = "com.android.application", version = "8.3.2" } protobuf = { id = "com.google.protobuf", version = "0.9.4" } lsplugin-jgit = { id = "org.lsposed.lsplugin.jgit", version = "1.1" } lsplugin-resopt = { id = "org.lsposed.lsplugin.resopt", version = "1.6" }