From 746bbc44fa0d1be2242f6fab5b3adde5c41f50fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:12:04 +0000 Subject: [PATCH] build(deps): bump com.android.application Bumps com.android.application from 8.3.0-alpha15 to 8.3.0-alpha16. --- 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 e9a3fcb..682667f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.3.0-alpha15" +agp = "8.3.0-alpha16" kotlin = "1.9.20" ksp = "1.9.21-1.0.15" core-ktx = "1.12.0"