Skip to content

Commit

Permalink
Chore(deps): Bump com.google.devtools.ksp
Browse files Browse the repository at this point in the history
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.25 to 2.1.10-1.0.29.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.21-1.0.25...2.1.10-1.0.29)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 2587d95 commit fac46ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.googleAndroidLibrariesMapsplatformSecretsGradlePlugin) apply false
id("com.google.dagger.hilt.android") version "2.51.1" apply false
id("com.google.devtools.ksp") version "2.0.21-1.0.25" apply false
id("com.google.devtools.ksp") version "2.1.10-1.0.29" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("androidx.room") version "2.6.1" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false
Expand Down

0 comments on commit fac46ab

Please sign in to comment.