From 5045e5f4b86837346d18ba1ab8ae2ead3989c13c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:31:49 +0000 Subject: [PATCH] chore(deps): update plugin com.android.library to v8.12.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9ff72bd..235a78f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.library").version("8.10.0").apply(false) + id("com.android.library").version("8.12.2").apply(false) id("com.android.application").version("8.10.0").apply(false) id("org.jetbrains.kotlin.multiplatform").version("2.2.10").apply(false) id("org.jetbrains.kotlin.plugin.compose").version("2.2.10").apply(false)