From 856655f9074687afb9af0a8bc3b1c1f560a0f4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:21:50 -0500 Subject: [PATCH] Bump com.android.library from 8.2.2 to 8.3.0 in /examples (#558) Bumps com.android.library from 8.2.2 to 8.3.0. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gradle/libs.versions.toml b/examples/gradle/libs.versions.toml index ff6c04a3..9bc95131 100644 --- a/examples/gradle/libs.versions.toml +++ b/examples/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [plugins] android-application = { id = "com.android.application", version = "8.3.0" } -android-library = { id = "com.android.library", version = "8.2.2" } +android-library = { id = "com.android.library", version = "8.3.0" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.22" } kotlin-android = { id = "org.jetbrains.kotlin.android", version = "1.9.22" } protobuf = { id = "com.google.protobuf", version = "0.9.4" }