From 91201a4b5521c6bf94ae961df644eb9365ad9bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:35:07 +0000 Subject: [PATCH] Bump com.android.library from 8.7.2 to 8.7.3 in /03_constraintlayout Bumps com.android.library from 8.7.2 to 8.7.3. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 03_constraintlayout/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_constraintlayout/build.gradle b/03_constraintlayout/build.gradle index 6de1b5235..572adc898 100644 --- a/03_constraintlayout/build.gradle +++ b/03_constraintlayout/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.7.2' apply false - id 'com.android.library' version '8.7.2' apply false + id 'com.android.library' version '8.7.3' apply false id 'org.jetbrains.kotlin.android' version '2.1.0' apply false }