From d1e79dc822ee12568291c486a7ecbdad1bd1db9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 22:51:02 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index adc4f27..b99f0c6 100644 --- a/build.gradle.kts +++ b/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.library").version("7.4.2").apply(false) - id("com.android.application").version("7.4.2").apply(false) + id("com.android.application").version("8.9.2").apply(false) id("org.jetbrains.kotlin.android").version("1.8.10").apply(false) id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true) id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)