From e652d2e31a677b5e0eba08bd2eb461e9ca8b234a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 20:01:21 +0000 Subject: [PATCH] Bump com.android.application from 8.13.1 to 8.13.2 Bumps com.android.application from 8.13.1 to 8.13.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d5548a530..2806130eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.13.1" apply false + id("com.android.application") version "8.13.2" apply false id("org.jetbrains.kotlin.android") version "2.2.21" apply false id("androidx.navigation.safeargs.kotlin") version "2.9.6" apply false id("com.starter.easylauncher") version "6.4.1" apply false