From 99d61dd1bb1d572d75aff0c2613043588d53dc8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 03:18:45 +0000 Subject: [PATCH] Bump io.github.raamcosta.compose-destinations:ksp from 1.9.62 to 1.11.6 Bumps [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) from 1.9.62 to 1.11.6. - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.9.62...1.11.6) --- 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 deb9afdca..72e0ab6b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -126,7 +126,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.6' implementation 'com.squareup.retrofit2:retrofit:2.11.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'