From 535a1d6047429443938e99309c74e234174eaef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:24:40 +0000 Subject: [PATCH] Bump com.android.application in /snippets in the gradle group Bumps the gradle group in /snippets with 1 update: com.android.application. Updates `com.android.application` from 8.7.3 to 8.8.0 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- snippets/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/gradle/libs.versions.toml b/snippets/gradle/libs.versions.toml index c50de42c2..ac721f9fb 100644 --- a/snippets/gradle/libs.versions.toml +++ b/snippets/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.7.3" +android-gradle-plugin = "8.8.0" junit = "4.13.2" robolectric = "4.14.1"