From 6eabd50dfb33608e3a277efe5d7f78b01ee9eb6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:54:10 -0500 Subject: [PATCH] Bump com.android.application from 8.2.2 to 8.3.0 in /examples (#557) Bumps com.android.application from 8.2.2 to 8.3.0. --- updated-dependencies: - dependency-name: com.android.application 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 f67af37a..e89d1ecd 100644 --- a/examples/gradle/libs.versions.toml +++ b/examples/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [plugins] -android-application = { id = "com.android.application", version = "8.2.2" } +android-application = { id = "com.android.application", version = "8.3.0" } android-library = { id = "com.android.library", version = "8.2.2" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.22" } kotlin-android = { id = "org.jetbrains.kotlin.android", version = "1.9.22" }