From 59de2d91b7efe6397ecaad0b46b74fb9635772f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:53:48 +0000 Subject: [PATCH] Bump com.android.library from 8.2.0-alpha07 to 8.3.0-alpha01 Bumps com.android.library from 8.2.0-alpha07 to 8.3.0-alpha01. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... 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 f01ae7f..bdf6d62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ khell = "0.0.1-alpha03" -agp = "8.2.0-alpha07" +agp = "8.3.0-alpha01" kotlin = "1.8.22" nu-process="2.0.6" coroutine="1.6.4"