From f26286972167ada5f868dadf9af2b2a1bfe5d0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 20:09:54 +0000 Subject: [PATCH] Bump androidx.hilt:hilt-compiler from 1.2.0 to 1.4.0 Bumps androidx.hilt:hilt-compiler from 1.2.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.hilt:hilt-compiler dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 643fdd1d..aa83fe23 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -201,7 +201,7 @@ dependencies { //Dagger-hilt implementation ("com.google.dagger:hilt-android:2.58") ksp ("com.google.dagger:hilt-android-compiler:2.58") - ksp ("androidx.hilt:hilt-compiler:1.2.0") + ksp ("androidx.hilt:hilt-compiler:1.4.0") //ffmpeg implementation ("com.arthenica:smart-exception-java:0.2.1")