From 51fc0c0e9b01938e448680ce849ef1ff16dc2812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 20:42:01 +0000 Subject: [PATCH] Bump com.starter.easylauncher from 6.4.0 to 6.4.1 Bumps com.starter.easylauncher from 6.4.0 to 6.4.1. --- updated-dependencies: - dependency-name: com.starter.easylauncher dependency-version: 6.4.1 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 ea90de2be7..f7f9ed6a29 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { id("com.android.application") version "8.9.2" apply false id("org.jetbrains.kotlin.android") version "2.1.20" apply false id("androidx.navigation.safeargs.kotlin") version "2.8.9" apply false - id("com.starter.easylauncher") version "6.4.0" apply false + id("com.starter.easylauncher") version "6.4.1" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.20" apply false id("com.google.devtools.ksp") version "2.1.20-2.0.1" apply false id("org.ajoberstar.grgit") version "5.3.0" apply false