From 8bfd9debe80596d7fd81b3e90456feefa906625f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:45:55 +0000 Subject: [PATCH] Bump io.github.raamcosta.compose-destinations:ksp from 1.9.62 to 1.11.7 Bumps [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) from 1.9.62 to 1.11.7. - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.9.62...1.11.7) --- updated-dependencies: - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c3b04a84f..37db346fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ dependencies { implementation 'com.github.androidmads:QRGenerator:1.0.1' implementation("io.github.raamcosta.compose-destinations:animations-core:1.9.62") - ksp 'io.github.raamcosta.compose-destinations:ksp:1.9.62' + ksp 'io.github.raamcosta.compose-destinations:ksp:1.11.7' implementation 'com.squareup.retrofit2:retrofit:2.11.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'