From 13e49053030848d8253c82b128be464812acb820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:24:52 +0000 Subject: [PATCH] build(deps): bump com.android.application from 8.1.2 to 8.1.3 Bumps com.android.application from 8.1.2 to 8.1.3. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... 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 1961e88c91..ea97ece320 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotlin = "1.9.20" [plugins] kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } -agp-app = { id = "com.android.application", version = "8.1.2" } +agp-app = { id = "com.android.application", version = "8.1.3" } 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.5" }