From 918fb9b964fcfa59d5d079532f1f7cbbfd34bef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:48:14 +0000 Subject: [PATCH] chore(mobile-android): update plugin com.android.library to v8.7.0 (#19614) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mobile/mobile-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/mobile-android/build.gradle.kts b/mobile/mobile-android/build.gradle.kts index a4a5d2d2a7..329071250d 100644 --- a/mobile/mobile-android/build.gradle.kts +++ b/mobile/mobile-android/build.gradle.kts @@ -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.0" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("io.gitlab.arturbosch.detekt") version "1.23.7" id("org.jlleitschuh.gradle.ktlint") version "12.1.1"