From abe88a18e4b44e553e1f4d3397d70cd05b29db87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:08:17 +0000 Subject: [PATCH] chore(deps): update all dependencies to v8.7.2 | datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ----- | ----- | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.1 | 8.7.2 | | maven | com.android.application:com.android.application.gradle.plugin | 8.7.1 | 8.7.2 | --- 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 39d84f45..ea7c3082 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ android-target = "34" # the Android compileSdkVersion to use android-compile = "34" -android-gradle = "8.7.1" +android-gradle = "8.7.2" # the Android target to use in sample sample-android-target = "34"